#DCE5D2

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

Shades of Frostee #DCE5D2

Tints of Frostee #DCE5D2

Color information

#DCE5D2 (or 0xDCE5D2) is unknown color: approx Frostee. HEX triplet: DC, E5 and D2. RGB value is (220,229,210). Sum of RGB (Red+Green+Blue) = 220+229+210=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 229 (89.84% from 255 or 34.75% from 659); Blue value is 210 (82.42% from 255 or 31.87% from 659); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5D2 is #231A2D. Grayscale: #E0E0E0. Windows color (decimal): -2300462 or 13821404. OLE color: 13821404.

HSL color Cylindrical-coordinate representation of color #DCE5D2: hue angle of 88.42º degrees, saturation: 0.27, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCE5D2 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB220229210-
CMYK0.0400.080.10
HSL88.42º26.76%86.08%-
HSV(B)88.42º8.3%89.8%-
XYZ69.1775.9171.98-
YUV224.14120.02125.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.38%
GREEN value IS 229 (89.84% from 255) = 34.75%
BLUE value IS 210 (82.42% from 255) = 31.87%
R=33.38%
G=34.75%
B=31.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202292100.0400.080.1088.4226.7686.08
HexDCE5D2408A581b56
Octal33434532240101213033126
Binary1101110011100101110100101000100010101011000110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5D2; }

 p { color: rgb(220,229,210); }

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

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

 a { background-color: rgb(220,229,210); }

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

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

 span { border-color: rgb(220,229,210); }

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