Html Css Color HEX #DDF6BA Snow Flurry

📋 copy color: '#DDF6BA'

red 221 ◦ green 246 ◦ blue 186

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

Shades of Snow Flurry #DDF6BA

Tints of Snow Flurry #DDF6BA

RGB

 RED value IS 221 (86.72% from 255) = 33.84%

 GREEN value IS 246 (96.48% from 255) = 37.67%

 BLUE value IS 186 (73.05% from 255) = 28.48%

R = 33.84%
G = 37.67%
B = 28.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#DDF6BA (or 0xDDF6BA) is known color: Snow Flurry. HEX triplet: DD, F6 and BA. RGB value is (221,246,186). Sum of RGB (Red+Green+Blue) = 221+246+186=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF6BA is #220945. Grayscale: #E7E7E7. Windows color (decimal): -2230598 or 12252893. OLE color: 12252893.

HSL color Cylindrical-coordinate representation of color #DDF6BA: hue angle of 85º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDF6BA is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 186 -
CMYK 0.10 0 0.24 0.04
HSL 85º 0.77% 0.85% -
HSV(B) 85º 0.24% 0.96% -
XYZ 71.64 84.83 59.05 -
YUV 231.69 102.22 120.38 -
System Red Green Blue C M Y K H S L
Decimal 221 246 186 0.10 0 0.24 0.04 85 0.77 0.85
Hex DD F6 BA A 0 18 4 55 4D 55
Octal 335 366 272 12 0 30 4 125 115 125
Binary 11011101 11110110 10111010 1010 0 11000 100 1010101 1001101 1010101

Color Harmonies of #DDF6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF6BA

Black with #DDF6BA

Text Example


Text Example

White with #DDF6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF6BA; }

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

 H1.HeaderClassName
 {
   color: #DDF6BA;
 }
 .AnyTagClassName
 {
   color: #DDF6BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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