#DEF9BD

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

Shades of Snow Flurry #DEF9BD

Tints of Snow Flurry #DEF9BD

Color information

#DEF9BD (or 0xDEF9BD) is unknown color: approx Snow Flurry. HEX triplet: DE, F9 and BD. RGB value is (222,249,189). Sum of RGB (Red+Green+Blue) = 222+249+189=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 249 (97.66% from 255 or 37.73% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF9BD is #210642. Grayscale: #EAEAEA. Windows color (decimal): -2164291 or 12450270. OLE color: 12450270.

HSL color Cylindrical-coordinate representation of color #DEF9BD: hue angle of 87º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEF9BD is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB222249189-
CMYK0.1100.240.02
HSL87º83.33%85.88%-
HSV(B)87º24.1%97.65%-
XYZ73.1986.9661.07-
YUV234.09102.55119.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.64%
GREEN value IS 249 (97.66% from 255) = 37.73%
BLUE value IS 189 (74.22% from 255) = 28.64%
R=33.64%
G=37.73%
B=28.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222491890.1100.240.028783.3385.88
HexDEF9BDB0182575356
Octal336371275130302127123126
Binary110111101111100110111101101101100010101011110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF9BD; }

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

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

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

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

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

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

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

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