#DFF0BB

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

Shades of Snow Flurry #DFF0BB

Tints of Snow Flurry #DFF0BB

Color information

#DFF0BB (or 0xDFF0BB) is unknown color: approx Snow Flurry. HEX triplet: DF, F0 and BB. RGB value is (223,240,187). Sum of RGB (Red+Green+Blue) = 223+240+187=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 187 (73.44% from 255 or 28.77% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF0BB is #200F44. Grayscale: #E5E5E5. Windows color (decimal): -2101061 or 12316895. OLE color: 12316895.

HSL color Cylindrical-coordinate representation of color #DFF0BB: hue angle of 79.25º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFF0BB is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB223240187-
CMYK0.0700.220.06
HSL79.25º63.86%83.73%-
HSV(B)79.25º22.08%94.12%-
XYZ70.5681.659.04-
YUV228.88104.37123.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.31%
GREEN value IS 240 (94.14% from 255) = 36.92%
BLUE value IS 187 (73.44% from 255) = 28.77%
R=34.31%
G=36.92%
B=28.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232401870.0700.220.0679.2563.8683.73
HexDFF0BB701664f4054
Octal33736027370266117100124
Binary110111111111000010111011111010110110100111110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF0BB; }

 p { color: rgb(223,240,187); }

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

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

 a { background-color: rgb(223,240,187); }

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

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

 span { border-color: rgb(223,240,187); }

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