#DCEDCA

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

Shades of Frostee #DCEDCA

Tints of Frostee #DCEDCA

Color information

#DCEDCA (or 0xDCEDCA) is unknown color: approx Frostee. HEX triplet: DC, ED and CA. RGB value is (220,237,202). Sum of RGB (Red+Green+Blue) = 220+237+202=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDCA is #231235. Grayscale: #E4E4E4. Windows color (decimal): -2298422 or 13299164. OLE color: 13299164.

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

Color convert

RGB220237202-
CMYK0.0700.150.07
HSL89.14º49.3%86.08%-
HSV(B)89.14º14.77%92.94%-
XYZ70.4680.0567.61-
YUV227.93113.37122.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.38%
GREEN value IS 237 (92.97% from 255) = 35.96%
BLUE value IS 202 (79.30% from 255) = 30.65%
R=33.38%
G=35.96%
B=30.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202372020.0700.150.0789.1449.386.08
HexDCEDCA70F7593156
Octal3343553127017713161126
Binary1101110011101101110010101110111111110110011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDCA; }

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

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

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

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

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

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

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

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