#DCEFC8

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

Shades of Frostee #DCEFC8

Tints of Frostee #DCEFC8

Color information

#DCEFC8 (or 0xDCEFC8) is unknown color: approx Frostee. HEX triplet: DC, EF and C8. RGB value is (220,239,200). Sum of RGB (Red+Green+Blue) = 220+239+200=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 200 (78.52% from 255 or 30.35% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFC8 is #231037. Grayscale: #E5E5E5. Windows color (decimal): -2297912 or 13168604. OLE color: 13168604.

HSL color Cylindrical-coordinate representation of color #DCEFC8: hue angle of 89.23º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCEFC8 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB220239200-
CMYK0.0800.160.06
HSL89.23º54.93%86.08%-
HSV(B)89.23º16.32%93.73%-
XYZ70.8181.1266.57-
YUV228.87111.71121.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.38%
GREEN value IS 239 (93.75% from 255) = 36.27%
BLUE value IS 200 (78.52% from 255) = 30.35%
R=33.38%
G=36.27%
B=30.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202392000.0800.160.0689.2354.9386.08
HexDCEFC880106593756
Octal33435731010020613167126
Binary110111001110111111001000100001000011010110011101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFC8; }

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

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

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

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

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

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

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

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