#DFFAC0

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

Shades of Snow Flurry #DFFAC0

Tints of Snow Flurry #DFFAC0

Color information

#DFFAC0 (or 0xDFFAC0) is unknown color: approx Snow Flurry. HEX triplet: DF, FA and C0. RGB value is (223,250,192). Sum of RGB (Red+Green+Blue) = 223+250+192=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 192 (75.39% from 255 or 28.87% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFAC0 is #20053F. Grayscale: #EBEBEB. Windows color (decimal): -2098496 or 12647135. OLE color: 12647135.

HSL color Cylindrical-coordinate representation of color #DFFAC0: hue angle of 87.93º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFFAC0 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB223250192-
CMYK0.1100.230.02
HSL87.93º85.29%86.67%-
HSV(B)87.93º23.2%98.04%-
XYZ74.1387.8662.92-
YUV235.32103.55119.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.53%
GREEN value IS 250 (98.05% from 255) = 37.59%
BLUE value IS 192 (75.39% from 255) = 28.87%
R=33.53%
G=37.59%
B=28.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232501920.1100.230.0287.9385.2986.67
HexDFFAC0B0172585557
Octal337372300130272130125127
Binary110111111111101011000000101101011110101100010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFAC0; }

 p { color: rgb(223,250,192); }

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

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

 a { background-color: rgb(223,250,192); }

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

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

 span { border-color: rgb(223,250,192); }

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