Html Css Color HEX #DDF2BA Snow Flurry

📋 copy color: '#DDF2BA'

red 221 ◦ green 242 ◦ blue 186

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

Shades of Snow Flurry #DDF2BA

Tints of Snow Flurry #DDF2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.29%

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

R = 34.05%
G = 37.29%
B = 28.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#DDF2BA (or 0xDDF2BA) is known color: Snow Flurry. HEX triplet: DD, F2 and BA. RGB value is (221,242,186). Sum of RGB (Red+Green+Blue) = 221+242+186=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2BA is #220D45. Grayscale: #E5E5E5. Windows color (decimal): -2231622 or 12251869. OLE color: 12251869.

HSL color Cylindrical-coordinate representation of color #DDF2BA: hue angle of 82.5º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDF2BA is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 186 -
CMYK 0.09 0 0.23 0.05
HSL 82.5º 0.68% 0.84% -
HSV(B) 82.5º 0.23% 0.95% -
XYZ 70.43 82.42 58.65 -
YUV 229.34 103.54 122.05 -
System Red Green Blue C M Y K H S L
Decimal 221 242 186 0.09 0 0.23 0.05 82.5 0.68 0.84
Hex DD F2 BA 9 0 17 5 52 44 54
Octal 335 362 272 11 0 27 5 122 104 124
Binary 11011101 11110010 10111010 1001 0 10111 101 1010010 1000100 1010100

Color Harmonies of #DDF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF2BA

Black with #DDF2BA

Text Example


Text Example

White with #DDF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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