#DDF1C0

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

Shades of Snow Flurry #DDF1C0

Tints of Snow Flurry #DDF1C0

Color information

#DDF1C0 (or 0xDDF1C0) is unknown color: approx Snow Flurry. HEX triplet: DD, F1 and C0. RGB value is (221,241,192). Sum of RGB (Red+Green+Blue) = 221+241+192=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 192 (75.39% from 255 or 29.36% from 654); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1C0 is #220E3F. Grayscale: #E5E5E5. Windows color (decimal): -2231872 or 12644829. OLE color: 12644829.

HSL color Cylindrical-coordinate representation of color #DDF1C0: hue angle of 84.49º degrees, saturation: 0.64, 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 #DDF1C0 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB221241192-
CMYK0.0800.200.05
HSL84.49º63.64%84.9%-
HSV(B)84.49º20.33%94.51%-
XYZ70.7982.0961.98-
YUV229.43106.87121.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 241 (94.53% from 255) = 36.85%
BLUE value IS 192 (75.39% from 255) = 29.36%
R=33.79%
G=36.85%
B=29.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411920.0800.200.0584.4963.6484.9
HexDDF1C080145544055
Octal335361300100245124100125
Binary1101110111110001110000001000010100101101010010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1C0; }

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

 H1.HeaderClassName
 {
   color: #DDF1C0;
 }
 .AnyTagClassName
 {
   color: #DDF1C0;
 }
</style>
background-color css

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

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

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

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

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

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