#DDF3B5

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

Shades of Snow Flurry #DDF3B5

Tints of Snow Flurry #DDF3B5

Color information

#DDF3B5 (or 0xDDF3B5) is unknown color: approx Snow Flurry. HEX triplet: DD, F3 and B5. RGB value is (221,243,181). Sum of RGB (Red+Green+Blue) = 221+243+181=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 243 (95.31% from 255 or 37.67% from 645); Blue value is 181 (71.09% from 255 or 28.06% from 645); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3B5 is #220C4A. Grayscale: #E5E5E5. Windows color (decimal): -2231371 or 11924445. OLE color: 11924445.

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

Color convert

RGB221243181-
CMYK0.0900.260.05
HSL81.29º72.09%83.14%-
HSV(B)81.29º25.51%95.29%-
XYZ70.2182.8156-
YUV229.35100.71122.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.26%
GREEN value IS 243 (95.31% from 255) = 37.67%
BLUE value IS 181 (71.09% from 255) = 28.06%
R=34.26%
G=37.67%
B=28.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212431810.0900.260.0581.2972.0983.14
HexDDF3B5901A5514853
Octal335363265110325121110123
Binary1101110111110011101101011001011010101101000110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF3B5; }

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

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

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

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

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

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

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

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