Html Css Color HEX #DDF0BA Snow Flurry

📋 copy color: '#DDF0BA'

red 221 ◦ green 240 ◦ blue 186

#DDF0BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snow Flurry #DDF0BA

Tints of Snow Flurry #DDF0BA

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 value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#DDF0BA (or 0xDDF0BA) is known color: 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.23%. 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

RGB 221 240 186 -
CMYK 0.08 0 0.22 0.06
HSL 81.11º 0.64% 0.84% -
HSV(B) 81.11º 0.23% 0.94% -
XYZ 69.84 81.24 58.45 -
YUV 228.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 221 240 186 0.08 0 0.22 0.06 81.11 0.64 0.84
Hex DD F0 BA 8 0 16 6 51 40 54
Octal 335 360 272 10 0 26 6 121 100 124
Binary 11011101 11110000 10111010 1000 0 10110 110 1010001 1000000 1010100

Color Harmonies of #DDF0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF0BA

Black with #DDF0BA

Text Example


Text Example

White with #DDF0BA

Text Example


Text Example

HTML Codes & Css Web 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>