#DEF1CA

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

Shades of Frostee #DEF1CA

Tints of Frostee #DEF1CA

Color information

#DEF1CA (or 0xDEF1CA) is unknown color: approx Frostee. HEX triplet: DE, F1 and CA. RGB value is (222,241,202). Sum of RGB (Red+Green+Blue) = 222+241+202=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF1CA is #210E35. Grayscale: #E7E7E7. Windows color (decimal): -2166326 or 13300190. OLE color: 13300190.

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

Color convert

RGB222241202-
CMYK0.0800.160.05
HSL89.23º58.21%86.86%-
HSV(B)89.23º16.18%94.51%-
XYZ72.2482.768.03-
YUV230.87111.71121.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.38%
GREEN value IS 241 (94.53% from 255) = 36.24%
BLUE value IS 202 (79.30% from 255) = 30.38%
R=33.38%
G=36.24%
B=30.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222412020.0800.160.0589.2358.2186.86
HexDEF1CA80105593a57
Octal33636131210020513172127
Binary110111101111000111001010100001000010110110011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1CA; }

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

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

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

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

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

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

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

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