#DFFBC1

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

Shades of Snow Flurry #DFFBC1

Tints of Snow Flurry #DFFBC1

Color information

#DFFBC1 (or 0xDFFBC1) is unknown color: approx Snow Flurry. HEX triplet: DF, FB and C1. RGB value is (223,251,193). Sum of RGB (Red+Green+Blue) = 223+251+193=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 193 (75.78% from 255 or 28.94% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFBC1 is #20043E. Grayscale: #ECECEC. Windows color (decimal): -2098239 or 12712927. OLE color: 12712927.

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

Color convert

RGB223251193-
CMYK0.1100.230.02
HSL88.97º87.88%87.06%-
HSV(B)88.97º23.11%98.43%-
XYZ74.5588.5363.61-
YUV236.02103.72118.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.43%
GREEN value IS 251 (98.44% from 255) = 37.63%
BLUE value IS 193 (75.78% from 255) = 28.94%
R=33.43%
G=37.63%
B=28.94%

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
Decimal2232511930.1100.230.0288.9787.8887.06
HexDFFBC1B0172595857
Octal337373301130272131130127
Binary110111111111101111000001101101011110101100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBC1; }

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

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

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

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

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

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

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

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