#DEF0B7

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

Shades of Snow Flurry #DEF0B7

Tints of Snow Flurry #DEF0B7

Color information

#DEF0B7 (or 0xDEF0B7) is unknown color: approx Snow Flurry. HEX triplet: DE, F0 and B7. RGB value is (222,240,183). Sum of RGB (Red+Green+Blue) = 222+240+183=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 240 (94.14% from 255 or 37.21% from 645); Blue value is 183 (71.88% from 255 or 28.37% from 645); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF0B7 is #210F48. Grayscale: #E4E4E4. Windows color (decimal): -2166601 or 12054750. OLE color: 12054750.

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

Color convert

RGB222240183-
CMYK0.0800.240.06
HSL78.95º65.52%82.94%-
HSV(B)78.95º23.75%94.12%-
XYZ69.8381.2756.81-
YUV228.12102.54123.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.42%
GREEN value IS 240 (94.14% from 255) = 37.21%
BLUE value IS 183 (71.88% from 255) = 28.37%
R=34.42%
G=37.21%
B=28.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222401830.0800.240.0678.9565.5282.94
HexDEF0B7801864f4253
Octal336360267100306117102123
Binary1101111011110000101101111000011000110100111110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF0B7; }

 p { color: rgb(222,240,183); }

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

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

 a { background-color: rgb(222,240,183); }

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

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

 span { border-color: rgb(222,240,183); }

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