#DCEEC8

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

Shades of Frostee #DCEEC8

Tints of Frostee #DCEEC8

Color information

#DCEEC8 (or 0xDCEEC8) is unknown color: approx Frostee. HEX triplet: DC, EE and C8. RGB value is (220,238,200). Sum of RGB (Red+Green+Blue) = 220+238+200=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 200 (78.52% from 255 or 30.40% from 658); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEC8 is #231137. Grayscale: #E4E4E4. Windows color (decimal): -2298168 or 13168348. OLE color: 13168348.

HSL color Cylindrical-coordinate representation of color #DCEEC8: hue angle of 88.42º degrees, saturation: 0.53, 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 #DCEEC8 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB220238200-
CMYK0.0800.160.07
HSL88.42º52.78%85.88%-
HSV(B)88.42º15.97%93.33%-
XYZ70.5280.5366.47-
YUV228.29112.04122.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.43%
GREEN value IS 238 (93.36% from 255) = 36.17%
BLUE value IS 200 (78.52% from 255) = 30.40%
R=33.43%
G=36.17%
B=30.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202382000.0800.160.0788.4252.7885.88
HexDCEEC880107583556
Octal33435631010020713065126
Binary110111001110111011001000100001000011110110001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEC8; }

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

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

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

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

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

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

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

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