#DEF4CA

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

Shades of Frostee #DEF4CA

Tints of Frostee #DEF4CA

Color information

#DEF4CA (or 0xDEF4CA) is unknown color: approx Frostee. HEX triplet: DE, F4 and CA. RGB value is (222,244,202). Sum of RGB (Red+Green+Blue) = 222+244+202=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF4CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF4CA is #210B35. Grayscale: #E8E8E8. Windows color (decimal): -2165558 or 13300958. OLE color: 13300958.

HSL color Cylindrical-coordinate representation of color #DEF4CA: hue angle of 91.43º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEF4CA is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB222244202-
CMYK0.0900.170.04
HSL91.43º65.62%87.45%-
HSV(B)91.43º17.21%95.69%-
XYZ73.1484.568.33-
YUV232.63110.71120.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.23%
GREEN value IS 244 (95.70% from 255) = 36.53%
BLUE value IS 202 (79.30% from 255) = 30.24%
R=33.23%
G=36.53%
B=30.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222442020.0900.170.0491.4365.6287.45
HexDEF4CA901145b4257
Octal336364312110214133102127
Binary1101111011110100110010101001010001100101101110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF4CA; }

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

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

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

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

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

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

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

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