#DDF8B6

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

Shades of Snow Flurry #DDF8B6

Tints of Snow Flurry #DDF8B6

Color information

#DDF8B6 (or 0xDDF8B6) is unknown color: approx Snow Flurry. HEX triplet: DD, F8 and B6. RGB value is (221,248,182). Sum of RGB (Red+Green+Blue) = 221+248+182=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 248 (97.27% from 255 or 38.10% from 651); Blue value is 182 (71.48% from 255 or 27.96% from 651); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8B6 is #220749. Grayscale: #E8E8E8. Windows color (decimal): -2230090 or 11991261. OLE color: 11991261.

HSL color Cylindrical-coordinate representation of color #DDF8B6: hue angle of 84.55º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDF8B6 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB221248182-
CMYK0.1100.270.03
HSL84.55º82.5%84.31%-
HSV(B)84.55º26.61%97.25%-
XYZ71.8385.8857.05-
YUV232.499.55119.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 248 (97.27% from 255) = 38.10%
BLUE value IS 182 (71.48% from 255) = 27.96%
R=33.95%
G=38.10%
B=27.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212481820.1100.270.0384.5582.584.31
HexDDF8B6B01B3555254
Octal335370266130333125122124
Binary110111011111100010110110101101101111101010110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF8B6; }

 p { color: rgb(221,248,182); }

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

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

 a { background-color: rgb(221,248,182); }

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

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

 span { border-color: rgb(221,248,182); }

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