#DDEDB9

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

Shades of Snow Flurry #DDEDB9

Tints of Snow Flurry #DDEDB9

Color information

#DDEDB9 (or 0xDDEDB9) is unknown color: approx Snow Flurry. HEX triplet: DD, ED and B9. RGB value is (221,237,185). Sum of RGB (Red+Green+Blue) = 221+237+185=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 185 (72.66% from 255 or 28.77% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDB9 is #221246. Grayscale: #E2E2E2. Windows color (decimal): -2232903 or 12185053. OLE color: 12185053.

HSL color Cylindrical-coordinate representation of color #DDEDB9: hue angle of 78.46º 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 #DDEDB9 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB221237185-
CMYK0.0700.220.07
HSL78.46º59.09%82.75%-
HSV(B)78.46º21.94%92.94%-
XYZ68.8679.4457.6-
YUV226.29104.7124.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 237 (92.97% from 255) = 36.86%
BLUE value IS 185 (72.66% from 255) = 28.77%
R=34.37%
G=36.86%
B=28.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212371850.0700.220.0778.4659.0982.75
HexDDEDB9701674e3b53
Octal3353552717026711673123
Binary11011101111011011011100111101011011110011101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDB9; }

 p { color: rgb(221,237,185); }

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

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

 a { background-color: rgb(221,237,185); }

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

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

 span { border-color: rgb(221,237,185); }

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