#DDFBB9

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

Shades of Snow Flurry #DDFBB9

Tints of Snow Flurry #DDFBB9

Color information

#DDFBB9 (or 0xDDFBB9) is unknown color: approx Snow Flurry. HEX triplet: DD, FB and B9. RGB value is (221,251,185). Sum of RGB (Red+Green+Blue) = 221+251+185=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 185 (72.66% from 255 or 28.16% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBB9 is #220446. Grayscale: #EAEAEA. Windows color (decimal): -2229319 or 12188637. OLE color: 12188637.

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

Color convert

RGB221251185-
CMYK0.1200.260.02
HSL87.27º89.19%85.49%-
HSV(B)87.27º26.29%98.43%-
XYZ73.0787.8759.01-
YUV234.51100.06118.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.64%
GREEN value IS 251 (98.44% from 255) = 38.20%
BLUE value IS 185 (72.66% from 255) = 28.16%
R=33.64%
G=38.20%
B=28.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212511850.1200.260.0287.2789.1985.49
HexDDFBB9C01A2575955
Octal335373271140322127131125
Binary110111011111101110111001110001101010101011110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBB9; }

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

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

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

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

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

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

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

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