#DCF0CA

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

Shades of Frostee #DCF0CA

Tints of Frostee #DCF0CA

Color information

#DCF0CA (or 0xDCF0CA) is unknown color: approx Frostee. HEX triplet: DC, F0 and CA. RGB value is (220,240,202). Sum of RGB (Red+Green+Blue) = 220+240+202=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0CA is #230F35. Grayscale: #E5E5E5. Windows color (decimal): -2297654 or 13299932. OLE color: 13299932.

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

Color convert

RGB220240202-
CMYK0.0800.160.06
HSL91.58º55.88%86.67%-
HSV(B)91.58º15.83%94.12%-
XYZ71.3481.867.91-
YUV229.69112.37121.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.23%
GREEN value IS 240 (94.14% from 255) = 36.25%
BLUE value IS 202 (79.30% from 255) = 30.51%
R=33.23%
G=36.25%
B=30.51%

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
Decimal2202402020.0800.160.0691.5855.8886.67
HexDCF0CA801065c3857
Octal33436031210020613470127
Binary110111001111000011001010100001000011010111001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF0CA; }

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

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

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

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

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

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

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

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