Color Hex Logo

#ddcfee Color Hex

#DDCFEE
(221,207,238)
0 Favorites   0 Comments

Color spaces of #ddcfee

RGB 221207238
HSL0.740.480.87
HSV267°13°93°
CMYK 0.070.130.00   0.07
XYZ67.564266.170890.1002
Yxy66.17080.30180.2956
Hunter Lab81.34545.9047-8.7293
CIE-Lab85.083510.5295-13.4849

#ddcfee color RGB value is (221,207,238).

#ddcfee hex color red value is 221, green value is 207 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ddcfee hue: 0.74 , saturation: 0.48 and the lightness value of ddcfee is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 11101110
Octal 335 317 356
Decimal 221 207 238
Hex DD CF EE

RGB Percentages of Color #ddcfee

%33.18
%31.08
%35.74

CMYK Percentages of Color #ddcfee

%7
%13
%0
%7

Triadic Colors of #ddcfee

#ddcfee #eeddcf #cfeedd

Analogous Colors of #ddcfee

#ddcfee #edcfee #cfd1ee

Monochromatic Colors of #ddcfee

#ddcfee

Complementary Color

#ddcfee #e0eecf

#ddcfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcfee Color CSS Codes

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

#ddcfee Text Font Color

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

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


#ddcfee Background Color

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

This div background color is #ddcfee


#ddcfee Border Color

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

This div border color is #ddcfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcfee

#ddcfee Color Palettes


Comments

No comments written yet.

Please login to write comment.