#DFFCC1

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

Shades of Snow Flurry #DFFCC1

Tints of Snow Flurry #DFFCC1

Color information

#DFFCC1 (or 0xDFFCC1) is unknown color: approx Snow Flurry. HEX triplet: DF, FC and C1. RGB value is (223,252,193). Sum of RGB (Red+Green+Blue) = 223+252+193=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 193 (75.78% from 255 or 28.89% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFCC1 is #20033E. Grayscale: #ECECEC. Windows color (decimal): -2097983 or 12713183. OLE color: 12713183.

HSL color Cylindrical-coordinate representation of color #DFFCC1: hue angle of 89.49º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFFCC1 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB223252193-
CMYK0.1200.230.01
HSL89.49º90.77%87.25%-
HSV(B)89.49º23.41%98.82%-
XYZ74.8789.1663.72-
YUV236.6103.39118.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.38%
GREEN value IS 252 (98.83% from 255) = 37.72%
BLUE value IS 193 (75.78% from 255) = 28.89%
R=33.38%
G=37.72%
B=28.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232521930.1200.230.0189.4990.7787.25
HexDFFCC1C0171595b57
Octal337374301140271131133127
Binary11011111111111001100000111000101111101100110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFCC1; }

 p { color: rgb(223,252,193); }

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

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

 a { background-color: rgb(223,252,193); }

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

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

 span { border-color: rgb(223,252,193); }

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