#DFFBC0

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

Shades of Snow Flurry #DFFBC0

Tints of Snow Flurry #DFFBC0

Color information

#DFFBC0 (or 0xDFFBC0) is unknown color: approx Snow Flurry. HEX triplet: DF, FB and C0. RGB value is (223,251,192). Sum of RGB (Red+Green+Blue) = 223+251+192=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 192 (75.39% from 255 or 28.83% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFBC0 is #20043F. Grayscale: #ECECEC. Windows color (decimal): -2098240 or 12647391. OLE color: 12647391.

HSL color Cylindrical-coordinate representation of color #DFFBC0: hue angle of 88.47º 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 #DFFBC0 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB223251192-
CMYK0.1100.240.02
HSL88.47º88.06%86.86%-
HSV(B)88.47º23.51%98.43%-
XYZ74.4488.4963.03-
YUV235.9103.22118.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.48%
GREEN value IS 251 (98.44% from 255) = 37.69%
BLUE value IS 192 (75.39% from 255) = 28.83%
R=33.48%
G=37.69%
B=28.83%

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
Decimal2232511920.1100.240.0288.4788.0686.86
HexDFFBC0B0182585857
Octal337373300130302130130127
Binary110111111111101111000000101101100010101100010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBC0; }

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

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

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

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

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

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

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

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