#DDFAB6

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

Shades of Snow Flurry #DDFAB6

Tints of Snow Flurry #DDFAB6

Color information

#DDFAB6 (or 0xDDFAB6) is unknown color: approx Snow Flurry. HEX triplet: DD, FA and B6. RGB value is (221,250,182). Sum of RGB (Red+Green+Blue) = 221+250+182=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 182 (71.48% from 255 or 27.87% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAB6 is #220549. Grayscale: #E9E9E9. Windows color (decimal): -2229578 or 11991773. OLE color: 11991773.

HSL color Cylindrical-coordinate representation of color #DDFAB6: hue angle of 85.59º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDFAB6 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB221250182-
CMYK0.1200.270.02
HSL85.59º87.18%84.71%-
HSV(B)85.59º27.2%98.04%-
XYZ72.4587.1257.25-
YUV233.5898.89119.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 250 (98.05% from 255) = 38.28%
BLUE value IS 182 (71.48% from 255) = 27.87%
R=33.84%
G=38.28%
B=27.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212501820.1200.270.0285.5987.1884.71
HexDDFAB6C01B2565755
Octal335372266140332126127125
Binary110111011111101010110110110001101110101011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAB6; }

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

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

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

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

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

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

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

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