#DDFABA

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

Shades of Snow Flurry #DDFABA

Tints of Snow Flurry #DDFABA

Color information

#DDFABA (or 0xDDFABA) is unknown color: approx Snow Flurry. HEX triplet: DD, FA and BA. RGB value is (221,250,186). Sum of RGB (Red+Green+Blue) = 221+250+186=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 186 (73.05% from 255 or 28.31% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFABA is #220545. Grayscale: #EAEAEA. Windows color (decimal): -2229574 or 12253917. OLE color: 12253917.

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

Color convert

RGB221250186-
CMYK0.1200.260.02
HSL87.19º86.49%85.49%-
HSV(B)87.19º25.6%98.04%-
XYZ72.8787.2959.46-
YUV234.03100.89118.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.64%
GREEN value IS 250 (98.05% from 255) = 38.05%
BLUE value IS 186 (73.05% from 255) = 28.31%
R=33.64%
G=38.05%
B=28.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212501860.1200.260.0287.1986.4985.49
HexDDFABAC01A2575655
Octal335372272140322127126125
Binary110111011111101010111010110001101010101011110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFABA; }

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

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

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

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

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

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

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

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