Color Hex Logo

#ddcffe Color Hex

#DDCFFE
(221,207,254)
0 Favorites   0 Comments

Color spaces of #ddcffe

RGB 221207254
HSL0.720.960.90
HSV258°19°100°
CMYK 0.130.190.00   0.00
XYZ70.021067.1536103.0374
Yxy67.15360.29150.2796
Hunter Lab81.94739.1140-17.1859
CIE-Lab85.581513.7275-21.2144

#ddcffe color RGB value is (221,207,254).

#ddcffe hex color red value is 221, green value is 207 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ddcffe hue: 0.72 , saturation: 0.96 and the lightness value of ddcffe is 0.90.

The process color (four color CMYK) of #ddcffe color hex is 0.13, 0.19, 0.00, 0.00. Web safe color of #ddcffe is #ccccff. Color #ddcffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 11111110
Octal 335 317 376
Decimal 221 207 254
Hex DD CF FE

RGB Percentages of Color #ddcffe

%32.40
%30.35
%37.24

CMYK Percentages of Color #ddcffe

%13
%19
%0
%0

Triadic Colors of #ddcffe

#ddcffe #feddcf #cffedd

Analogous Colors of #ddcffe

#ddcffe #f5cffe #cfd9fe

Monochromatic Colors of #ddcffe

#ddcffe

Complementary Color

#ddcffe #f0fecf

#ddcffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcffe Color CSS Codes

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

#ddcffe Text Font Color

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

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


#ddcffe Background Color

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

This div background color is #ddcffe


#ddcffe Border Color

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

This div border color is #ddcffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcffe


Comments

No comments written yet.

Please login to write comment.