#DEF5BD

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

Shades of Snow Flurry #DEF5BD

Tints of Snow Flurry #DEF5BD

Color information

#DEF5BD (or 0xDEF5BD) is unknown color: approx Snow Flurry. HEX triplet: DE, F5 and BD. RGB value is (222,245,189). Sum of RGB (Red+Green+Blue) = 222+245+189=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF5BD is #210A42. Grayscale: #E7E7E7. Windows color (decimal): -2165315 or 12449246. OLE color: 12449246.

HSL color Cylindrical-coordinate representation of color #DEF5BD: hue angle of 84.64º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEF5BD is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB222245189-
CMYK0.0900.230.04
HSL84.64º73.68%85.1%-
HSV(B)84.64º22.86%96.08%-
XYZ71.9684.5160.66-
YUV231.74103.88121.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.84%
GREEN value IS 245 (96.09% from 255) = 37.35%
BLUE value IS 189 (74.22% from 255) = 28.81%
R=33.84%
G=37.35%
B=28.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222451890.0900.230.0484.6473.6885.1
HexDEF5BD90174554a55
Octal336365275110274125112125
Binary1101111011110101101111011001010111100101010110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF5BD; }

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

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

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

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

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

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

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

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