#DDF7BD

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

Shades of Snow Flurry #DDF7BD

Tints of Snow Flurry #DDF7BD

Color information

#DDF7BD (or 0xDDF7BD) is unknown color: approx Snow Flurry. HEX triplet: DD, F7 and BD. RGB value is (221,247,189). Sum of RGB (Red+Green+Blue) = 221+247+189=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 247 (96.88% from 255 or 37.60% from 657); Blue value is 189 (74.22% from 255 or 28.77% from 657); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF7BD is #220842. Grayscale: #E8E8E8. Windows color (decimal): -2230339 or 12449757. OLE color: 12449757.

HSL color Cylindrical-coordinate representation of color #DDF7BD: hue angle of 86.9º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDF7BD is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB221247189-
CMYK0.1100.230.03
HSL86.9º78.38%85.49%-
HSV(B)86.9º23.48%96.86%-
XYZ72.2685.5760.85-
YUV232.61103.39119.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.64%
GREEN value IS 247 (96.88% from 255) = 37.60%
BLUE value IS 189 (74.22% from 255) = 28.77%
R=33.64%
G=37.60%
B=28.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212471890.1100.230.0386.978.3885.49
HexDDF7BDB0173574e55
Octal335367275130273127116125
Binary110111011111011110111101101101011111101011110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF7BD; }

 p { color: rgb(221,247,189); }

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

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

 a { background-color: rgb(221,247,189); }

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

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

 span { border-color: rgb(221,247,189); }

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