#DFFDBC

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

Shades of Snow Flurry #DFFDBC

Tints of Snow Flurry #DFFDBC

Color information

#DFFDBC (or 0xDFFDBC) is unknown color: approx Snow Flurry. HEX triplet: DF, FD and BC. RGB value is (223,253,188). Sum of RGB (Red+Green+Blue) = 223+253+188=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 188 (73.83% from 255 or 28.31% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFDBC is #200243. Grayscale: #ECECEC. Windows color (decimal): -2097732 or 12385759. OLE color: 12385759.

HSL color Cylindrical-coordinate representation of color #DFFDBC: hue angle of 87.69º degrees, saturation: 0.94, 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 #DFFDBC is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB223253188-
CMYK0.1200.260.01
HSL87.69º94.2%86.47%-
HSV(B)87.69º25.69%99.22%-
XYZ74.6389.5760.93-
YUV236.62100.56118.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.58%
GREEN value IS 253 (99.22% from 255) = 38.10%
BLUE value IS 188 (73.83% from 255) = 28.31%
R=33.58%
G=38.10%
B=28.31%

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
Decimal2232531880.1200.260.0187.6994.286.47
HexDFFDBCC01A1585e56
Octal337375274140321130136126
Binary11011111111111011011110011000110101101100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFDBC; }

 p { color: rgb(223,253,188); }

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

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

 a { background-color: rgb(223,253,188); }

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

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

 span { border-color: rgb(223,253,188); }

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