#DEF2BD

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

Shades of Snow Flurry #DEF2BD

Tints of Snow Flurry #DEF2BD

Color information

#DEF2BD (or 0xDEF2BD) is unknown color: approx Snow Flurry. HEX triplet: DE, F2 and BD. RGB value is (222,242,189). Sum of RGB (Red+Green+Blue) = 222+242+189=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2BD is #210D42. Grayscale: #E6E6E6. Windows color (decimal): -2166083 or 12448478. OLE color: 12448478.

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

Color convert

RGB222242189-
CMYK0.0800.220.05
HSL82.64º67.09%84.51%-
HSV(B)82.64º21.9%94.9%-
XYZ71.0682.7160.36-
YUV229.98104.87122.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.00%
GREEN value IS 242 (94.92% from 255) = 37.06%
BLUE value IS 189 (74.22% from 255) = 28.94%
R=34.00%
G=37.06%
B=28.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222421890.0800.220.0582.6467.0984.51
HexDEF2BD80165534355
Octal336362275100265123103125
Binary1101111011110010101111011000010110101101001110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2BD; }

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

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

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

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

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

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

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

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