#DDF3C1

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

Shades of Snow Flurry #DDF3C1

Tints of Snow Flurry #DDF3C1

Color information

#DDF3C1 (or 0xDDF3C1) is unknown color: approx Snow Flurry. HEX triplet: DD, F3 and C1. RGB value is (221,243,193). Sum of RGB (Red+Green+Blue) = 221+243+193=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 243 (95.31% from 255 or 36.99% from 657); Blue value is 193 (75.78% from 255 or 29.38% from 657); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3C1 is #220C3E. Grayscale: #E6E6E6. Windows color (decimal): -2231359 or 12710877. OLE color: 12710877.

HSL color Cylindrical-coordinate representation of color #DDF3C1: hue angle of 86.4º degrees, saturation: 0.68, 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 #DDF3C1 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB221243193-
CMYK0.0900.210.05
HSL86.4º67.57%85.49%-
HSV(B)86.4º20.58%95.29%-
XYZ71.583.3262.77-
YUV230.72106.71121.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.64%
GREEN value IS 243 (95.31% from 255) = 36.99%
BLUE value IS 193 (75.78% from 255) = 29.38%
R=33.64%
G=36.99%
B=29.38%

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
Decimal2212431930.0900.210.0586.467.5785.49
HexDDF3C190155564455
Octal335363301110255126104125
Binary1101110111110011110000011001010101101101011010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF3C1; }

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

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

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

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

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

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

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

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