#DEF8BD

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

Shades of Snow Flurry #DEF8BD

Tints of Snow Flurry #DEF8BD

Color information

#DEF8BD (or 0xDEF8BD) is unknown color: approx Snow Flurry. HEX triplet: DE, F8 and BD. RGB value is (222,248,189). Sum of RGB (Red+Green+Blue) = 222+248+189=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 189 (74.22% from 255 or 28.68% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8BD is #210742. Grayscale: #E9E9E9. Windows color (decimal): -2164547 or 12450014. OLE color: 12450014.

HSL color Cylindrical-coordinate representation of color #DEF8BD: hue angle of 86.44º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEF8BD is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB222248189-
CMYK0.1000.240.03
HSL86.44º80.82%85.69%-
HSV(B)86.44º23.79%97.25%-
XYZ72.8886.3460.97-
YUV233.5102.89119.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.69%
GREEN value IS 248 (97.27% from 255) = 37.63%
BLUE value IS 189 (74.22% from 255) = 28.68%
R=33.69%
G=37.63%
B=28.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222481890.1000.240.0386.4480.8285.69
HexDEF8BDA0183565156
Octal336370275120303126121126
Binary110111101111100010111101101001100011101011010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8BD; }

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

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

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

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

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

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

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

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