#DEF8B5

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

Shades of Snow Flurry #DEF8B5

Tints of Snow Flurry #DEF8B5

Color information

#DEF8B5 (or 0xDEF8B5) is unknown color: approx Snow Flurry. HEX triplet: DE, F8 and B5. RGB value is (222,248,181). Sum of RGB (Red+Green+Blue) = 222+248+181=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 248 (97.27% from 255 or 38.10% from 651); Blue value is 181 (71.09% from 255 or 27.80% from 651); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8B5 is #21074A. Grayscale: #E8E8E8. Windows color (decimal): -2164555 or 11925726. OLE color: 11925726.

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

Color convert

RGB222248181-
CMYK0.1000.270.03
HSL83.28º82.72%84.12%-
HSV(B)83.28º27.02%97.25%-
XYZ72.038656.52-
YUV232.5998.89120.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.10%
GREEN value IS 248 (97.27% from 255) = 38.10%
BLUE value IS 181 (71.09% from 255) = 27.80%
R=34.10%
G=38.10%
B=27.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222481810.1000.270.0383.2882.7284.12
HexDEF8B5A01B3535354
Octal336370265120333123123124
Binary110111101111100010110101101001101111101001110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8B5; }

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

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

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

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

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

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

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

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