#DEF2C7

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

Shades of Frostee #DEF2C7

Tints of Frostee #DEF2C7

Color information

#DEF2C7 (or 0xDEF2C7) is unknown color: approx Frostee. HEX triplet: DE, F2 and C7. RGB value is (222,242,199). Sum of RGB (Red+Green+Blue) = 222+242+199=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 199 (78.12% from 255 or 30.02% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2C7 is #210D38. Grayscale: #E7E7E7. Windows color (decimal): -2166073 or 13103838. OLE color: 13103838.

HSL color Cylindrical-coordinate representation of color #DEF2C7: hue angle of 87.91º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEF2C7 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB222242199-
CMYK0.0800.180.05
HSL87.91º62.32%86.47%-
HSV(B)87.91º17.77%94.9%-
XYZ72.1983.1666.28-
YUV231.12109.87121.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.48%
GREEN value IS 242 (94.92% from 255) = 36.50%
BLUE value IS 199 (78.12% from 255) = 30.02%
R=33.48%
G=36.50%
B=30.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222421990.0800.180.0587.9162.3286.47
HexDEF2C780125583e56
Octal33636230710022513076126
Binary110111101111001011000111100001001010110110001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2C7; }

 p { color: rgb(222,242,199); }

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

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

 a { background-color: rgb(222,242,199); }

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

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

 span { border-color: rgb(222,242,199); }

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