#DFF9BD

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

Shades of Snow Flurry #DFF9BD

Tints of Snow Flurry #DFF9BD

Color information

#DFF9BD (or 0xDFF9BD) is unknown color: approx Snow Flurry. HEX triplet: DF, F9 and BD. RGB value is (223,249,189). Sum of RGB (Red+Green+Blue) = 223+249+189=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF9BD is #200642. Grayscale: #EAEAEA. Windows color (decimal): -2098755 or 12450271. OLE color: 12450271.

HSL color Cylindrical-coordinate representation of color #DFF9BD: hue angle of 86º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFF9BD is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB223249189-
CMYK0.1000.240.02
HSL86º83.33%85.88%-
HSV(B)86º24.1%97.65%-
XYZ73.4987.1161.09-
YUV234.39102.39119.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.74%
GREEN value IS 249 (97.66% from 255) = 37.67%
BLUE value IS 189 (74.22% from 255) = 28.59%
R=33.74%
G=37.67%
B=28.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232491890.1000.240.028683.3385.88
HexDFF9BDA0182565356
Octal337371275120302126123126
Binary110111111111100110111101101001100010101011010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF9BD; }

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

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

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

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

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

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

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

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