#DDF2C0

Color #DDF2C0 Snow Flurry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Flurry #DDF2C0

Tints of Snow Flurry #DDF2C0

Color information

#DDF2C0 (or 0xDDF2C0) is unknown color: approx 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

RGB221242192-
CMYK0.0900.210.05
HSL85.2º65.79%85.1%-
HSV(B)85.2º20.66%94.9%-
XYZ71.0982.6862.08-
YUV230.02106.54121.57-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212421920.0900.210.0585.265.7985.1
HexDDF2C090155554255
Octal335362300110255125102125
Binary1101110111110010110000001001010101101101010110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>