#DFFCBA

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

Shades of Snow Flurry #DFFCBA

Tints of Snow Flurry #DFFCBA

Color information

#DFFCBA (or 0xDFFCBA) is unknown color: approx Snow Flurry. HEX triplet: DF, FC and BA. RGB value is (223,252,186). Sum of RGB (Red+Green+Blue) = 223+252+186=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 186 (73.05% from 255 or 28.14% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFCBA is #200345. Grayscale: #ECECEC. Windows color (decimal): -2097990 or 12254431. OLE color: 12254431.

HSL color Cylindrical-coordinate representation of color #DFFCBA: hue angle of 86.36º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFFCBA is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB223252186-
CMYK0.1200.260.01
HSL86.36º91.67%85.88%-
HSV(B)86.36º26.19%98.82%-
XYZ74.188.8559.7-
YUV235.899.89118.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.74%
GREEN value IS 252 (98.83% from 255) = 38.12%
BLUE value IS 186 (73.05% from 255) = 28.14%
R=33.74%
G=38.12%
B=28.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232521860.1200.260.0186.3691.6785.88
HexDFFCBAC01A1565c56
Octal337374272140321126134126
Binary11011111111111001011101011000110101101011010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFCBA; }

 p { color: rgb(223,252,186); }

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

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

 a { background-color: rgb(223,252,186); }

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

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

 span { border-color: rgb(223,252,186); }

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