#DDF0BD

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

Shades of Snow Flurry #DDF0BD

Tints of Snow Flurry #DDF0BD

Color information

#DDF0BD (or 0xDDF0BD) is unknown color: approx Snow Flurry. HEX triplet: DD, F0 and BD. RGB value is (221,240,189). Sum of RGB (Red+Green+Blue) = 221+240+189=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0BD is #220F42. Grayscale: #E4E4E4. Windows color (decimal): -2232131 or 12447965. OLE color: 12447965.

HSL color Cylindrical-coordinate representation of color #DDF0BD: hue angle of 82.35º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDF0BD is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB221240189-
CMYK0.0800.210.06
HSL82.35º62.96%84.12%-
HSV(B)82.35º21.25%94.12%-
XYZ70.1681.3760.15-
YUV228.5105.71122.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34%
GREEN value IS 240 (94.14% from 255) = 36.92%
BLUE value IS 189 (74.22% from 255) = 29.08%
R=34%
G=36.92%
B=29.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212401890.0800.210.0682.3562.9684.12
HexDDF0BD80156523f54
Octal33536027510025612277124
Binary110111011111000010111101100001010111010100101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF0BD; }

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

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

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

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

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

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

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

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