Color Hex Logo

#dce6cf Color Hex

#DCE6CF
(220,230,207)
0 Favorites   0 Comments

Color spaces of #dce6cf

RGB 220230207
HSL0.240.320.86
HSV86°10°90°
CMYK 0.040.000.10   0.10
XYZ69.074576.314370.1210
Yxy76.31430.32050.3541
Hunter Lab87.3581-11.735713.5594
CIE-Lab90.0051-7.383810.0540

#dce6cf color RGB value is (220,230,207).

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

The process color (four color CMYK) of #dce6cf color hex is 0.04, 0.00, 0.10, 0.10. Web safe color of #dce6cf is #ccffcc. Color #dce6cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 11001111
Octal 334 346 317
Decimal 220 230 207
Hex DC E6 CF

RGB Percentages of Color #dce6cf

%33.49
%35.01
%31.51

CMYK Percentages of Color #dce6cf

%4
%0
%10
%10

Triadic Colors of #dce6cf

#dce6cf #cfdce6 #e6cfdc

Analogous Colors of #dce6cf

#dce6cf #d1e6cf #e6e5cf

Monochromatic Colors of #dce6cf

#dce6cf

Complementary Color

#dce6cf #d9cfe6

#dce6cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce6cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce6cf Color CSS Codes

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

#dce6cf Text Font Color

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

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


#dce6cf Background Color

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

This div background color is #dce6cf


#dce6cf Border Color

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

This div border color is #dce6cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce6cf


Comments

No comments written yet.

Please login to write comment.