Html Css Color HEX #DDF2C2 Snow Flurry

📋 copy color: '#DDF2C2'

red 221 ◦ green 242 ◦ blue 194

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

Shades of Snow Flurry #DDF2C2

Tints of Snow Flurry #DDF2C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.53%

R = 33.64%
G = 36.83%
B = 29.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#DDF2C2 (or 0xDDF2C2) is known color: Snow Flurry. HEX triplet: DD, F2 and C2. RGB value is (221,242,194). Sum of RGB (Red+Green+Blue) = 221+242+194=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 194 (76.17% from 255 or 29.53% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2C2 is #220D3D. Grayscale: #E6E6E6. Windows color (decimal): -2231614 or 12776157. OLE color: 12776157.

HSL color Cylindrical-coordinate representation of color #DDF2C2: hue angle of 86.25º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDF2C2 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 194 -
CMYK 0.09 0 0.20 0.05
HSL 86.25º 0.65% 0.85% -
HSV(B) 86.25º 0.2% 0.95% -
XYZ 71.31 82.77 63.26 -
YUV 230.25 107.54 121.4 -
System Red Green Blue C M Y K H S L
Decimal 221 242 194 0.09 0 0.20 0.05 86.25 0.65 0.85
Hex DD F2 C2 9 0 14 5 56 41 55
Octal 335 362 302 11 0 24 5 126 101 125
Binary 11011101 11110010 11000010 1001 0 10100 101 1010110 1000001 1010101

Color Harmonies of #DDF2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF2C2

Black with #DDF2C2

Text Example


Text Example

White with #DDF2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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