Color Hex Logo

#ddafec Color Hex

#DDAFEC
(221,175,236)
0 Favorites   0 Comments

Color spaces of #ddafec

RGB 221175236
HSL0.790.620.81
HSV285°26°93°
CMYK 0.060.260.00   0.07
XYZ60.289152.088286.2333
Yxy52.08820.30360.2623
Hunter Lab72.172222.8089-20.3208
CIE-Lab77.333527.3060-24.1212

#ddafec color RGB value is (221,175,236).

#ddafec hex color red value is 221, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ddafec hue: 0.79 , saturation: 0.62 and the lightness value of ddafec is 0.81.

The process color (four color CMYK) of #ddafec color hex is 0.06, 0.26, 0.00, 0.07. Web safe color of #ddafec is #cc99ff. Color #ddafec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 11101100
Octal 335 257 354
Decimal 221 175 236
Hex DD AF EC

RGB Percentages of Color #ddafec

%34.97
%27.69
%37.34

CMYK Percentages of Color #ddafec

%6
%26
%0
%7

Triadic Colors of #ddafec

#ddafec #ecddaf #afecdd

Analogous Colors of #ddafec

#ddafec #ecafdd #bfafec

Monochromatic Colors of #ddafec

#ddafec

Complementary Color

#ddafec #beecaf

#ddafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafec Color CSS Codes

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

#ddafec Text Font Color

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

This sample text font color is #ddafec
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.


#ddafec Background Color

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

This div background color is #ddafec


#ddafec Border Color

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

This div border color is #ddafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddafec


Comments

No comments written yet.

Please login to write comment.