#DDF3C2

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

Shades of Snow Flurry #DDF3C2

Tints of Snow Flurry #DDF3C2

Color information

#DDF3C2 (or 0xDDF3C2) is unknown color: approx Snow Flurry. HEX triplet: DD, F3 and C2. RGB value is (221,243,194). Sum of RGB (Red+Green+Blue) = 221+243+194=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 194 (76.17% from 255 or 29.48% from 658); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3C2 is #220C3D. Grayscale: #E7E7E7. Windows color (decimal): -2231358 or 12776413. OLE color: 12776413.

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

Color convert

RGB221243194-
CMYK0.0900.200.05
HSL86.94º67.12%85.69%-
HSV(B)86.94º20.16%95.29%-
XYZ71.6183.3763.36-
YUV230.84107.21120.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.59%
GREEN value IS 243 (95.31% from 255) = 36.93%
BLUE value IS 194 (76.17% from 255) = 29.48%
R=33.59%
G=36.93%
B=29.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212431940.0900.200.0586.9467.1285.69
HexDDF3C290145574356
Octal335363302110245127103126
Binary1101110111110011110000101001010100101101011110000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF3C2; }

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

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

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

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

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

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

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

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