#DDF2BE

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

Shades of Snow Flurry #DDF2BE

Tints of Snow Flurry #DDF2BE

Color information

#DDF2BE (or 0xDDF2BE) is unknown color: approx Snow Flurry. HEX triplet: DD, F2 and BE. RGB value is (221,242,190). Sum of RGB (Red+Green+Blue) = 221+242+190=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 190 (74.61% from 255 or 29.10% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2BE is #220D41. Grayscale: #E5E5E5. Windows color (decimal): -2231618 or 12514013. OLE color: 12514013.

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

Color convert

RGB221242190-
CMYK0.0900.210.05
HSL84.23º66.67%84.71%-
HSV(B)84.23º21.49%94.9%-
XYZ70.8782.5960.92-
YUV229.79105.54121.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 242 (94.92% from 255) = 37.06%
BLUE value IS 190 (74.61% from 255) = 29.10%
R=33.84%
G=37.06%
B=29.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212421900.0900.210.0584.2366.6784.71
HexDDF2BE90155544355
Octal335362276110255124103125
Binary1101110111110010101111101001010101101101010010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2BE; }

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

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

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

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

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

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

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

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