#DDF9BA

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

Shades of Snow Flurry #DDF9BA

Tints of Snow Flurry #DDF9BA

Color information

#DDF9BA (or 0xDDF9BA) is unknown color: approx Snow Flurry. HEX triplet: DD, F9 and BA. RGB value is (221,249,186). Sum of RGB (Red+Green+Blue) = 221+249+186=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF9BA is #220645. Grayscale: #E9E9E9. Windows color (decimal): -2229830 or 12253661. OLE color: 12253661.

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

Color convert

RGB221249186-
CMYK0.1100.250.02
HSL86.67º84%85.29%-
HSV(B)86.67º25.3%97.65%-
XYZ72.5686.6759.36-
YUV233.45101.22119.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 249 (97.66% from 255) = 37.96%
BLUE value IS 186 (73.05% from 255) = 28.35%
R=33.69%
G=37.96%
B=28.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212491860.1100.250.0286.678485.29
HexDDF9BAB0192575455
Octal335371272130312127124125
Binary110111011111100110111010101101100110101011110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF9BA; }

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

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

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

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

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

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

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

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