#DDF0BE

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

Shades of Snow Flurry #DDF0BE

Tints of Snow Flurry #DDF0BE

Color information

#DDF0BE (or 0xDDF0BE) is unknown color: approx Snow Flurry. HEX triplet: DD, F0 and BE. RGB value is (221,240,190). Sum of RGB (Red+Green+Blue) = 221+240+190=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0BE is #220F41. Grayscale: #E4E4E4. Windows color (decimal): -2232130 or 12513501. OLE color: 12513501.

HSL color Cylindrical-coordinate representation of color #DDF0BE: hue angle of 82.8º degrees, saturation: 0.62, 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 #DDF0BE is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB221240190-
CMYK0.0800.210.06
HSL82.8º62.5%84.31%-
HSV(B)82.8º20.83%94.12%-
XYZ70.2781.4160.73-
YUV228.62106.21122.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 240 (94.14% from 255) = 36.87%
BLUE value IS 190 (74.61% from 255) = 29.19%
R=33.95%
G=36.87%
B=29.19%

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
Decimal2212401900.0800.210.0682.862.584.31
HexDDF0BE80156533e54
Octal33536027610025612376124
Binary110111011111000010111110100001010111010100111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF0BE; }

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

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

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

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

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

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

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

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