#D2D0B4

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

Shades of Moon Mist #D2D0B4

Tints of Moon Mist #D2D0B4

Color information

#D2D0B4 (or 0xD2D0B4) is unknown color: approx Moon Mist. HEX triplet: D2, D0 and B4. RGB value is (210,208,180). Sum of RGB (Red+Green+Blue) = 210+208+180=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 180 (70.70% from 255 or 30.10% from 598); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D0B4 is #2D2F4B. Grayscale: #CDCDCD. Windows color (decimal): -2961228 or 11849938. OLE color: 11849938.

HSL color Cylindrical-coordinate representation of color #D2D0B4: hue angle of 56º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2D0B4 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB210208180-
CMYK00.010.140.18
HSL56º25%76.47%-
HSV(B)56º14.29%82.35%-
XYZ57.3762.1152.14-
YUV205.41113.66131.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.12%
GREEN value IS 208 (81.64% from 255) = 34.78%
BLUE value IS 180 (70.70% from 255) = 30.10%
R=35.12%
G=34.78%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020818000.010.140.18562576.47
HexD2D0B401E1238194c
Octal3223202640116227031114
Binary11010010110100001011010001111010010111000110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D0B4; }

 p { color: rgb(210,208,180); }

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

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

 a { background-color: rgb(210,208,180); }

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

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

 span { border-color: rgb(210,208,180); }

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