#DDF0BA

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

Shades of Snow Flurry #DDF0BA

Tints of Snow Flurry #DDF0BA

Color information

#DDF0BA (or 0xDDF0BA) is unknown color: approx Snow Flurry. HEX triplet: DD, F0 and BA. RGB value is (221,240,186). Sum of RGB (Red+Green+Blue) = 221+240+186=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 186 (73.05% from 255 or 28.75% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0BA is #220F45. Grayscale: #E4E4E4. Windows color (decimal): -2232134 or 12251357. OLE color: 12251357.

HSL color Cylindrical-coordinate representation of color #DDF0BA: hue angle of 81.11º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDF0BA is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB221240186-
CMYK0.0800.220.06
HSL81.11º64.29%83.53%-
HSV(B)81.11º22.5%94.12%-
XYZ69.8481.2458.45-
YUV228.16104.21122.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 240 (94.14% from 255) = 37.09%
BLUE value IS 186 (73.05% from 255) = 28.75%
R=34.16%
G=37.09%
B=28.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212401860.0800.220.0681.1164.2983.53
HexDDF0BA80166514054
Octal335360272100266121100124
Binary1101110111110000101110101000010110110101000110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF0BA; }

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

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

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

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

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

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

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

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