Html Css Color HEX #DDF7BA Snow Flurry

📋 copy color: '#DDF7BA'

red 221 ◦ green 247 ◦ blue 186

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

Shades of Snow Flurry #DDF7BA

Tints of Snow Flurry #DDF7BA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.77%

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

R = 33.79%
G = 37.77%
B = 28.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#DDF7BA (or 0xDDF7BA) is known color: Snow Flurry. HEX triplet: DD, F7 and BA. RGB value is (221,247,186). Sum of RGB (Red+Green+Blue) = 221+247+186=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 247 (96.88% from 255 or 37.77% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF7BA is #220845. Grayscale: #E8E8E8. Windows color (decimal): -2230342 or 12253149. OLE color: 12253149.

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

Color convert

RGB 221 247 186 -
CMYK 0.11 0 0.25 0.03
HSL 85.57º 0.79% 0.85% -
HSV(B) 85.57º 0.25% 0.97% -
XYZ 71.94 85.44 59.15 -
YUV 232.27 101.89 119.96 -
System Red Green Blue C M Y K H S L
Decimal 221 247 186 0.11 0 0.25 0.03 85.57 0.79 0.85
Hex DD F7 BA B 0 19 3 56 4F 55
Octal 335 367 272 13 0 31 3 126 117 125
Binary 11011101 11110111 10111010 1011 0 11001 11 1010110 1001111 1010101

Color Harmonies of #DDF7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF7BA

Black with #DDF7BA

Text Example


Text Example

White with #DDF7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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