#DDF1BD

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

Shades of Snow Flurry #DDF1BD

Tints of Snow Flurry #DDF1BD

Color information

#DDF1BD (or 0xDDF1BD) is unknown color: approx Snow Flurry. HEX triplet: DD, F1 and BD. RGB value is (221,241,189). Sum of RGB (Red+Green+Blue) = 221+241+189=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1BD is #220E42. Grayscale: #E5E5E5. Windows color (decimal): -2231875 or 12448221. OLE color: 12448221.

HSL color Cylindrical-coordinate representation of color #DDF1BD: hue angle of 83.08º degrees, saturation: 0.65, 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 #DDF1BD is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB221241189-
CMYK0.0800.220.05
HSL83.08º65%84.31%-
HSV(B)83.08º21.58%94.51%-
XYZ70.4681.9660.25-
YUV229.09105.37122.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 241 (94.53% from 255) = 37.02%
BLUE value IS 189 (74.22% from 255) = 29.03%
R=33.95%
G=37.02%
B=29.03%

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
Decimal2212411890.0800.220.0583.086584.31
HexDDF1BD80165534154
Octal335361275100265123101124
Binary1101110111110001101111011000010110101101001110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1BD; }

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

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

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

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

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

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

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

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