#DFFABF

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

Shades of Snow Flurry #DFFABF

Tints of Snow Flurry #DFFABF

Color information

#DFFABF (or 0xDFFABF) is unknown color: approx Snow Flurry. HEX triplet: DF, FA and BF. RGB value is (223,250,191). Sum of RGB (Red+Green+Blue) = 223+250+191=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 191 (75% from 255 or 28.77% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFABF is #200540. Grayscale: #EBEBEB. Windows color (decimal): -2098497 or 12581599. OLE color: 12581599.

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

Color convert

RGB223250191-
CMYK0.1100.240.02
HSL87.46º85.51%86.47%-
HSV(B)87.46º23.6%98.04%-
XYZ74.0287.8262.34-
YUV235.2103.05119.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.58%
GREEN value IS 250 (98.05% from 255) = 37.65%
BLUE value IS 191 (75% from 255) = 28.77%
R=33.58%
G=37.65%
B=28.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232501910.1100.240.0287.4685.5186.47
HexDFFABFB0182575656
Octal337372277130302127126126
Binary110111111111101010111111101101100010101011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFABF; }

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

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

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

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

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

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

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

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