#DEEDBA

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

Shades of Snow Flurry #DEEDBA

Tints of Snow Flurry #DEEDBA

Color information

#DEEDBA (or 0xDEEDBA) is unknown color: approx Snow Flurry. HEX triplet: DE, ED and BA. RGB value is (222,237,186). Sum of RGB (Red+Green+Blue) = 222+237+186=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEDBA is #211245. Grayscale: #E2E2E2. Windows color (decimal): -2167366 or 12250590. OLE color: 12250590.

HSL color Cylindrical-coordinate representation of color #DEEDBA: hue angle of 77.65º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEEDBA is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB222237186-
CMYK0.0600.220.07
HSL77.65º58.62%82.94%-
HSV(B)77.65º21.52%92.94%-
XYZ69.2779.6458.18-
YUV226.7105.03124.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.42%
GREEN value IS 237 (92.97% from 255) = 36.74%
BLUE value IS 186 (73.05% from 255) = 28.84%
R=34.42%
G=36.74%
B=28.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222371860.0600.220.0777.6558.6282.94
HexDEEDBA601674e3b53
Octal3363552726026711673123
Binary11011110111011011011101011001011011110011101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEDBA; }

 p { color: rgb(222,237,186); }

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

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

 a { background-color: rgb(222,237,186); }

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

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

 span { border-color: rgb(222,237,186); }

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