#DDF4C1

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

Shades of Snow Flurry #DDF4C1

Tints of Snow Flurry #DDF4C1

Color information

#DDF4C1 (or 0xDDF4C1) is unknown color: approx Snow Flurry. HEX triplet: DD, F4 and C1. RGB value is (221,244,193). Sum of RGB (Red+Green+Blue) = 221+244+193=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 244 (95.70% from 255 or 37.08% from 658); Blue value is 193 (75.78% from 255 or 29.33% from 658); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF4C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF4C1 is #220B3E. Grayscale: #E7E7E7. Windows color (decimal): -2231103 or 12711133. OLE color: 12711133.

HSL color Cylindrical-coordinate representation of color #DDF4C1: hue angle of 87.06º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDF4C1 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB221244193-
CMYK0.0900.210.04
HSL87.06º69.86%85.69%-
HSV(B)87.06º20.9%95.69%-
XYZ71.883.9262.87-
YUV231.31106.38120.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.59%
GREEN value IS 244 (95.70% from 255) = 37.08%
BLUE value IS 193 (75.78% from 255) = 29.33%
R=33.59%
G=37.08%
B=29.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212441930.0900.210.0487.0669.8685.69
HexDDF4C190154574656
Octal335364301110254127106126
Binary1101110111110100110000011001010101100101011110001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF4C1; }

 p { color: rgb(221,244,193); }

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

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

 a { background-color: rgb(221,244,193); }

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

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

 span { border-color: rgb(221,244,193); }

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