#DFFBBF

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

Shades of Snow Flurry #DFFBBF

Tints of Snow Flurry #DFFBBF

Color information

#DFFBBF (or 0xDFFBBF) is unknown color: approx Snow Flurry. HEX triplet: DF, FB and BF. RGB value is (223,251,191). Sum of RGB (Red+Green+Blue) = 223+251+191=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 191 (75% from 255 or 28.72% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFBBF is #200440. Grayscale: #ECECEC. Windows color (decimal): -2098241 or 12581855. OLE color: 12581855.

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

Color convert

RGB223251191-
CMYK0.1100.240.02
HSL88º88.24%86.67%-
HSV(B)88º23.9%98.43%-
XYZ74.3388.4462.44-
YUV235.79102.72118.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.53%
GREEN value IS 251 (98.44% from 255) = 37.74%
BLUE value IS 191 (75% from 255) = 28.72%
R=33.53%
G=37.74%
B=28.72%

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
Decimal2232511910.1100.240.028888.2486.67
HexDFFBBFB0182585857
Octal337373277130302130130127
Binary110111111111101110111111101101100010101100010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBBF; }

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

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

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

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

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

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

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

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