#DDF3B9

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

Shades of Snow Flurry #DDF3B9

Tints of Snow Flurry #DDF3B9

Color information

#DDF3B9 (or 0xDDF3B9) is unknown color: approx Snow Flurry. HEX triplet: DD, F3 and B9. RGB value is (221,243,185). Sum of RGB (Red+Green+Blue) = 221+243+185=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 185 (72.66% from 255 or 28.51% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3B9 is #220C46. Grayscale: #E6E6E6. Windows color (decimal): -2231367 or 12186589. OLE color: 12186589.

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

Color convert

RGB221243185-
CMYK0.0900.240.05
HSL82.76º70.73%83.92%-
HSV(B)82.76º23.87%95.29%-
XYZ70.6382.9858.19-
YUV229.81102.71121.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 243 (95.31% from 255) = 37.44%
BLUE value IS 185 (72.66% from 255) = 28.51%
R=34.05%
G=37.44%
B=28.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212431850.0900.240.0582.7670.7383.92
HexDDF3B990185534754
Octal335363271110305123107124
Binary1101110111110011101110011001011000101101001110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF3B9; }

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

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

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

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

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

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

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

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