#DEF1BD

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

Shades of Snow Flurry #DEF1BD

Tints of Snow Flurry #DEF1BD

Color information

#DEF1BD (or 0xDEF1BD) is unknown color: approx Snow Flurry. HEX triplet: DE, F1 and BD. RGB value is (222,241,189). Sum of RGB (Red+Green+Blue) = 222+241+189=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF1BD is #210E42. Grayscale: #E5E5E5. Windows color (decimal): -2166339 or 12448222. OLE color: 12448222.

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

Color convert

RGB222241189-
CMYK0.0800.220.05
HSL81.92º65%84.31%-
HSV(B)81.92º21.58%94.51%-
XYZ70.7682.1160.26-
YUV229.39105.21122.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.05%
GREEN value IS 241 (94.53% from 255) = 36.96%
BLUE value IS 189 (74.22% from 255) = 28.99%
R=34.05%
G=36.96%
B=28.99%

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
Decimal2222411890.0800.220.0581.926584.31
HexDEF1BD80165524154
Octal336361275100265122101124
Binary1101111011110001101111011000010110101101001010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1BD; }

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

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

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

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

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

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

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

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