Html Css Color HEX #DDF2C0 Snow Flurry

📋 copy color: '#DDF2C0'

red 221 ◦ green 242 ◦ blue 192

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

Shades of Snow Flurry #DDF2C0

Tints of Snow Flurry #DDF2C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 29.31%

R = 33.74%
G = 36.95%
B = 29.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#DDF2C0 (or 0xDDF2C0) is known color: Snow Flurry. HEX triplet: DD, F2 and C0. RGB value is (221,242,192). Sum of RGB (Red+Green+Blue) = 221+242+192=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 192 (75.39% from 255 or 29.31% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2C0 is #220D3F. Grayscale: #E6E6E6. Windows color (decimal): -2231616 or 12645085. OLE color: 12645085.

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

Color convert

RGB 221 242 192 -
CMYK 0.09 0 0.21 0.05
HSL 85.2º 0.66% 0.85% -
HSV(B) 85.2º 0.21% 0.95% -
XYZ 71.09 82.68 62.08 -
YUV 230.02 106.54 121.57 -
System Red Green Blue C M Y K H S L
Decimal 221 242 192 0.09 0 0.21 0.05 85.2 0.66 0.85
Hex DD F2 C0 9 0 15 5 55 42 55
Octal 335 362 300 11 0 25 5 125 102 125
Binary 11011101 11110010 11000000 1001 0 10101 101 1010101 1000010 1010101

Color Harmonies of #DDF2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF2C0

Black with #DDF2C0

Text Example


Text Example

White with #DDF2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF2C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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