#DFFDBD

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

Shades of Snow Flurry #DFFDBD

Tints of Snow Flurry #DFFDBD

Color information

#DFFDBD (or 0xDFFDBD) is unknown color: approx Snow Flurry. HEX triplet: DF, FD and BD. RGB value is (223,253,189). Sum of RGB (Red+Green+Blue) = 223+253+189=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 189 (74.22% from 255 or 28.42% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFDBD is #200242. Grayscale: #ECECEC. Windows color (decimal): -2097731 or 12451295. OLE color: 12451295.

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

Color convert

RGB223253189-
CMYK0.1200.250.01
HSL88.12º94.12%86.67%-
HSV(B)88.12º25.3%99.22%-
XYZ74.7489.6161.5-
YUV236.73101.06118.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.53%
GREEN value IS 253 (99.22% from 255) = 38.05%
BLUE value IS 189 (74.22% from 255) = 28.42%
R=33.53%
G=38.05%
B=28.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232531890.1200.250.0188.1294.1286.67
HexDFFDBDC0191585e57
Octal337375275140311130136127
Binary11011111111111011011110111000110011101100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFDBD; }

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

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

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

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

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

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

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

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