Color Hex Logo

#ddcfe6 Color Hex

#DDCFE6
(221,207,230)
1 Favorites   0 Comments

Color spaces of #ddcfe6

RGB 221207230
HSL0.770.320.86
HSV277°10°90°
CMYK 0.040.100.00   0.10
XYZ66.414565.711084.0460
Yxy65.71100.30720.3040
Hunter Lab81.06234.3863-4.7287
CIE-Lab84.84888.9954-9.5860

#ddcfe6 color RGB value is (221,207,230).

#ddcfe6 hex color red value is 221, green value is 207 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #ddcfe6 hue: 0.77 , saturation: 0.32 and the lightness value of ddcfe6 is 0.86.

The process color (four color CMYK) of #ddcfe6 color hex is 0.04, 0.10, 0.00, 0.10. Web safe color of #ddcfe6 is #ccccff. Color #ddcfe6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 11100110
Octal 335 317 346
Decimal 221 207 230
Hex DD CF E6

RGB Percentages of Color #ddcfe6

%33.59
%31.46
%34.95

CMYK Percentages of Color #ddcfe6

%4
%10
%0
%10

Triadic Colors of #ddcfe6

#ddcfe6 #e6ddcf #cfe6dd

Analogous Colors of #ddcfe6

#ddcfe6 #e6cfe4 #d2cfe6

Monochromatic Colors of #ddcfe6

#ddcfe6

Complementary Color

#ddcfe6 #d8e6cf

#ddcfe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcfe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcfe6 Color CSS Codes

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

#ddcfe6 Text Font Color

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

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


#ddcfe6 Background Color

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

This div background color is #ddcfe6


#ddcfe6 Border Color

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

This div border color is #ddcfe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcfe6


Comments

No comments written yet.

Please login to write comment.