#DCEDC8

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

Shades of Frostee #DCEDC8

Tints of Frostee #DCEDC8

Color information

#DCEDC8 (or 0xDCEDC8) is unknown color: approx Frostee. HEX triplet: DC, ED and C8. RGB value is (220,237,200). Sum of RGB (Red+Green+Blue) = 220+237+200=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDC8 is #231237. Grayscale: #E3E3E3. Windows color (decimal): -2298424 or 13168092. OLE color: 13168092.

HSL color Cylindrical-coordinate representation of color #DCEDC8: hue angle of 87.57º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCEDC8 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB220237200-
CMYK0.0700.160.07
HSL87.57º50.68%85.69%-
HSV(B)87.57º15.61%92.94%-
XYZ70.2279.9566.38-
YUV227.7112.37122.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.49%
GREEN value IS 237 (92.97% from 255) = 36.07%
BLUE value IS 200 (78.52% from 255) = 30.44%
R=33.49%
G=36.07%
B=30.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202372000.0700.160.0787.5750.6885.69
HexDCEDC870107583356
Octal3343553107020713063126
Binary11011100111011011100100011101000011110110001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDC8; }

 p { color: rgb(220,237,200); }

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

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

 a { background-color: rgb(220,237,200); }

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

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

 span { border-color: rgb(220,237,200); }

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