#D1D0B7

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

Shades of Moon Mist #D1D0B7

Tints of Moon Mist #D1D0B7

Color information

#D1D0B7 (or 0xD1D0B7) is unknown color: approx Moon Mist. HEX triplet: D1, D0 and B7. RGB value is (209,208,183). Sum of RGB (Red+Green+Blue) = 209+208+183=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 183 (71.88% from 255 or 30.5% from 600); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D0B7 is #2E2F48. Grayscale: #CDCDCD. Windows color (decimal): -3026761 or 12046545. OLE color: 12046545.

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

Color convert

RGB209208183-
CMYK00.000.120.18
HSL57.69º22.03%76.86%-
HSV(B)57.69º12.44%81.96%-
XYZ57.462.0953.76-
YUV205.45115.33130.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.83%
GREEN value IS 208 (81.64% from 255) = 34.67%
BLUE value IS 183 (71.88% from 255) = 30.5%
R=34.83%
G=34.67%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920818300.000.120.1857.6922.0376.86
HexD1D0B700C123a164d
Octal3213202670014227226115
Binary11010001110100001011011100110010010111010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D0B7; }

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

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

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

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

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

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

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

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