Color Hex Logo

#ddafe9 Color Hex

#DDAFE9
(221,175,233)
0 Favorites   0 Comments

Color spaces of #ddafe9

RGB 221175233
HSL0.800.570.80
HSV288°25°91°
CMYK 0.050.250.00   0.09
XYZ59.856751.915383.9567
Yxy51.91530.30580.2652
Hunter Lab72.052322.1956-18.6493
CIE-Lab77.230226.7221-22.6565

#ddafe9 color RGB value is (221,175,233).

#ddafe9 hex color red value is 221, green value is 175 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #ddafe9 hue: 0.80 , saturation: 0.57 and the lightness value of ddafe9 is 0.80.

The process color (four color CMYK) of #ddafe9 color hex is 0.05, 0.25, 0.00, 0.09. Web safe color of #ddafe9 is #cc99ff. Color #ddafe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 11101001
Octal 335 257 351
Decimal 221 175 233
Hex DD AF E9

RGB Percentages of Color #ddafe9

%35.14
%27.82
%37.04

CMYK Percentages of Color #ddafe9

%5
%25
%0
%9

Triadic Colors of #ddafe9

#ddafe9 #e9ddaf #afe9dd

Analogous Colors of #ddafe9

#ddafe9 #e9afd8 #c0afe9

Monochromatic Colors of #ddafe9

#ddafe9

Complementary Color

#ddafe9 #bbe9af

#ddafe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafe9 Color CSS Codes

.mybgcolor {background-color:#ddafe9; } 
.myforecolor {color:#ddafe9; }
.mybordercolor {border:3px solid #ddafe9; }

#ddafe9 Text Font Color

<p style="color:#ddafe9">Text here</p>

This sample text font color is #ddafe9
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddafe9 Background Color

<div style="background-color:#ddafe9">
Div content here</div>

This div background color is #ddafe9


#ddafe9 Border Color

<div style="border:3px solid #ddafe9">
Div here</div>

This div border color is #ddafe9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,175,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddafe9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddafe9;
  -webkit-box-shadow: 1px 1px 3px 2px #ddafe9;
  box-shadow:         1px 1px 3px 2px #ddafe9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,175,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddafe9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddafe9;
  -webkit-box-shadow: 1px 1px 3px 2px #ddafe9;
  box-shadow:         1px 1px 3px 2px #ddafe9;">
Div content here</div>

This div box has shadow with color #ddafe9


Comments

No comments written yet.

Please login to write comment.