Html Css Color HEX #DDF5BA Snow Flurry

📋 copy color: '#DDF5BA'

red 221 ◦ green 245 ◦ blue 186

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

Shades of Snow Flurry #DDF5BA

Tints of Snow Flurry #DDF5BA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.58%

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

R = 33.9%
G = 37.58%
B = 28.53%

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

#DDF5BA (or 0xDDF5BA) is known color: Snow Flurry. HEX triplet: DD, F5 and BA. RGB value is (221,245,186). Sum of RGB (Red+Green+Blue) = 221+245+186=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 245 (96.09% from 255 or 37.58% from 652); Blue value is 186 (73.05% from 255 or 28.53% from 652); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5BA is #220A45. Grayscale: #E7E7E7. Windows color (decimal): -2230854 or 12252637. OLE color: 12252637.

HSL color Cylindrical-coordinate representation of color #DDF5BA: hue angle of 84.41º degrees, saturation: 0.75, 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 #DDF5BA is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 186 -
CMYK 0.10 0 0.24 0.04
HSL 84.41º 0.75% 0.85% -
HSV(B) 84.41º 0.24% 0.96% -
XYZ 71.33 84.22 58.95 -
YUV 231.1 102.55 120.8 -
System Red Green Blue C M Y K H S L
Decimal 221 245 186 0.10 0 0.24 0.04 84.41 0.75 0.85
Hex DD F5 BA A 0 18 4 54 4B 55
Octal 335 365 272 12 0 30 4 124 113 125
Binary 11011101 11110101 10111010 1010 0 11000 100 1010100 1001011 1010101

Color Harmonies of #DDF5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF5BA

Black with #DDF5BA

Text Example


Text Example

White with #DDF5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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