#DCE8D0

Color #DCE8D0 Frostee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Frostee #DCE8D0

Tints of Frostee #DCE8D0

Color information

#DCE8D0 (or 0xDCE8D0) is unknown color: approx Frostee. HEX triplet: DC, E8 and D0. RGB value is (220,232,208). Sum of RGB (Red+Green+Blue) = 220+232+208=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 208 (81.64% from 255 or 31.52% from 660); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE8D0 is #23172F. Grayscale: #E1E1E1. Windows color (decimal): -2299696 or 13691100. OLE color: 13691100.

HSL color Cylindrical-coordinate representation of color #DCE8D0: hue angle of 90º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCE8D0 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB220232208-
CMYK0.0500.100.09
HSL90º34.29%86.27%-
HSV(B)90º10.34%90.98%-
XYZ69.7677.4870.95-
YUV225.68118.02123.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 33.33%
GREEN value IS 232 (91.02% from 255) = 35.15%
BLUE value IS 208 (81.64% from 255) = 31.52%
R=33.33%
G=35.15%
B=31.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202322080.0500.100.099034.2986.27
HexDCE8D050A95a2256
Octal33435032050121113242126
Binary11011100111010001101000010101010100110110101000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE8D0; }

 p { color: rgb(220,232,208); }

 H1.HeaderClassName
 {
   color: #DCE8D0;
 }
 .AnyTagClassName
 {
   color: #DCE8D0;
 }
</style>
background-color css

<style>
 a { background-color: #DCE8D0; }

 a { background-color: rgb(220,232,208); }

 div.DivClassName
 {
   background-color: #DCE8D0;
 }
 .BgClassName
 {
   background-color: #DCE8D0;
 }
</style>
border-color css

<style>
 span { border-color: #DCE8D0; }

 span { border-color: rgb(220,232,208); }

 td.TdClassName
 {
   border-color: #DCE8D0;
 }
 .TagClassName
 {
   border-color: #DCE8D0;
 }
</style>