#DDF8B5

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

Shades of Snow Flurry #DDF8B5

Tints of Snow Flurry #DDF8B5

Color information

#DDF8B5 (or 0xDDF8B5) is unknown color: approx Snow Flurry. HEX triplet: DD, F8 and B5. RGB value is (221,248,181). Sum of RGB (Red+Green+Blue) = 221+248+181=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 248 (97.27% from 255 or 38.15% from 650); Blue value is 181 (71.09% from 255 or 27.85% from 650); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8B5 is #22074A. Grayscale: #E8E8E8. Windows color (decimal): -2230091 or 11925725. OLE color: 11925725.

HSL color Cylindrical-coordinate representation of color #DDF8B5: hue angle of 84.18º degrees, saturation: 0.83, 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 #DDF8B5 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB221248181-
CMYK0.1100.270.03
HSL84.18º82.72%84.12%-
HSV(B)84.18º27.02%97.25%-
XYZ71.7385.8456.51-
YUV232.2999.05119.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34%
GREEN value IS 248 (97.27% from 255) = 38.15%
BLUE value IS 181 (71.09% from 255) = 27.85%
R=34%
G=38.15%
B=27.85%

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
Decimal2212481810.1100.270.0384.1882.7284.12
HexDDF8B5B01B3545354
Octal335370265130333124123124
Binary110111011111100010110101101101101111101010010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF8B5; }

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

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

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

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

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

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

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

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