#D1D0BB

Color #D1D0BB Moon Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Mist #D1D0BB

Tints of Moon Mist #D1D0BB

Color information

#D1D0BB (or 0xD1D0BB) is unknown color: approx Moon Mist. HEX triplet: D1, D0 and BB. RGB value is (209,208,187). Sum of RGB (Red+Green+Blue) = 209+208+187=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D0BB is #2E2F44. Grayscale: #CDCDCD. Windows color (decimal): -3026757 or 12308689. OLE color: 12308689.

HSL color Cylindrical-coordinate representation of color #D1D0BB: hue angle of 57.27º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1D0BB is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB209208187-
CMYK00.000.110.18
HSL57.27º19.3%77.65%-
HSV(B)57.27º10.53%81.96%-
XYZ57.8262.2555.98-
YUV205.9117.33130.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.60%
GREEN value IS 208 (81.64% from 255) = 34.44%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=34.60%
G=34.44%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920818700.000.110.1857.2719.377.65
HexD1D0BB00B1239134e
Octal3213202730013227123116
Binary11010001110100001011101100101110010111001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D0BB; }

 p { color: rgb(209,208,187); }

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

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

 a { background-color: rgb(209,208,187); }

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

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

 span { border-color: rgb(209,208,187); }

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