#DCF1CA

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

Shades of Frostee #DCF1CA

Tints of Frostee #DCF1CA

Color information

#DCF1CA (or 0xDCF1CA) is unknown color: approx Frostee. HEX triplet: DC, F1 and CA. RGB value is (220,241,202). Sum of RGB (Red+Green+Blue) = 220+241+202=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1CA is #230E35. Grayscale: #E6E6E6. Windows color (decimal): -2297398 or 13300188. OLE color: 13300188.

HSL color Cylindrical-coordinate representation of color #DCF1CA: hue angle of 92.31º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCF1CA is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB220241202-
CMYK0.0900.160.05
HSL92.31º58.21%86.86%-
HSV(B)92.31º16.18%94.51%-
XYZ71.6382.3968-
YUV230.27112.04120.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.18%
GREEN value IS 241 (94.53% from 255) = 36.35%
BLUE value IS 202 (79.30% from 255) = 30.47%
R=33.18%
G=36.35%
B=30.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202412020.0900.160.0592.3158.2186.86
HexDCF1CA901055c3a57
Octal33436131211020513472127
Binary110111001111000111001010100101000010110111001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1CA; }

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

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

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

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

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

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

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

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