#DFFAC2

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

Shades of Snow Flurry #DFFAC2

Tints of Snow Flurry #DFFAC2

Color information

#DFFAC2 (or 0xDFFAC2) is unknown color: approx Snow Flurry. HEX triplet: DF, FA and C2. RGB value is (223,250,194). Sum of RGB (Red+Green+Blue) = 223+250+194=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 194 (76.17% from 255 or 29.09% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFAC2 is #20053D. Grayscale: #EBEBEB. Windows color (decimal): -2098494 or 12778207. OLE color: 12778207.

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

Color convert

RGB223250194-
CMYK0.1100.220.02
HSL88.93º84.85%87.06%-
HSV(B)88.93º22.4%98.04%-
XYZ74.3587.9564.1-
YUV235.54104.55119.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.43%
GREEN value IS 250 (98.05% from 255) = 37.48%
BLUE value IS 194 (76.17% from 255) = 29.09%
R=33.43%
G=37.48%
B=29.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232501940.1100.220.0288.9384.8587.06
HexDFFAC2B0162595557
Octal337372302130262131125127
Binary110111111111101011000010101101011010101100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFAC2; }

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

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

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

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

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

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

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

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