#DDF1BB

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

Shades of Snow Flurry #DDF1BB

Tints of Snow Flurry #DDF1BB

Color information

#DDF1BB (or 0xDDF1BB) is unknown color: approx Snow Flurry. HEX triplet: DD, F1 and BB. RGB value is (221,241,187). Sum of RGB (Red+Green+Blue) = 221+241+187=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 187 (73.44% from 255 or 28.81% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1BB is #220E44. Grayscale: #E5E5E5. Windows color (decimal): -2231877 or 12317149. OLE color: 12317149.

HSL color Cylindrical-coordinate representation of color #DDF1BB: hue angle of 82.22º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDF1BB is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB221241187-
CMYK0.0800.220.05
HSL82.22º65.85%83.92%-
HSV(B)82.22º22.41%94.51%-
XYZ70.2481.8759.11-
YUV228.86104.37122.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 241 (94.53% from 255) = 37.13%
BLUE value IS 187 (73.44% from 255) = 28.81%
R=34.05%
G=37.13%
B=28.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411870.0800.220.0582.2265.8583.92
HexDDF1BB80165524254
Octal335361273100265122102124
Binary1101110111110001101110111000010110101101001010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1BB; }

 p { color: rgb(221,241,187); }

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

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

 a { background-color: rgb(221,241,187); }

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

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

 span { border-color: rgb(221,241,187); }

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