#DEF9B5

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

Shades of Snow Flurry #DEF9B5

Tints of Snow Flurry #DEF9B5

Color information

#DEF9B5 (or 0xDEF9B5) is unknown color: approx Snow Flurry. HEX triplet: DE, F9 and B5. RGB value is (222,249,181). Sum of RGB (Red+Green+Blue) = 222+249+181=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 249 (97.66% from 255 or 38.19% from 652); Blue value is 181 (71.09% from 255 or 27.76% from 652); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF9B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF9B5 is #21064A. Grayscale: #E9E9E9. Windows color (decimal): -2164299 or 11925982. OLE color: 11925982.

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

Color convert

RGB222249181-
CMYK0.1100.270.02
HSL83.82º85%84.31%-
HSV(B)83.82º27.31%97.65%-
XYZ72.3486.6256.62-
YUV233.1898.55120.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.05%
GREEN value IS 249 (97.66% from 255) = 38.19%
BLUE value IS 181 (71.09% from 255) = 27.76%
R=34.05%
G=38.19%
B=27.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222491810.1100.270.0283.828584.31
HexDEF9B5B01B2545554
Octal336371265130332124125124
Binary110111101111100110110101101101101110101010010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF9B5; }

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

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

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

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

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

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

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

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