Html Css Color HEX #DDF9BA Snow Flurry

📋 copy color: '#DDF9BA'

red 221 ◦ green 249 ◦ blue 186

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

Shades of Snow Flurry #DDF9BA

Tints of Snow Flurry #DDF9BA

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

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#DDF9BA (or 0xDDF9BA) is known color: 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

RGB 221 249 186 -
CMYK 0.11 0 0.25 0.02
HSL 86.67º 0.84% 0.85% -
HSV(B) 86.67º 0.25% 0.98% -
XYZ 72.56 86.67 59.36 -
YUV 233.45 101.22 119.12 -
System Red Green Blue C M Y K H S L
Decimal 221 249 186 0.11 0 0.25 0.02 86.67 0.84 0.85
Hex DD F9 BA B 0 19 2 57 54 55
Octal 335 371 272 13 0 31 2 127 124 125
Binary 11011101 11111001 10111010 1011 0 11001 10 1010111 1010100 1010101

Color Harmonies of #DDF9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF9BA

Black with #DDF9BA

Text Example


Text Example

White with #DDF9BA

Text Example


Text Example

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