#D4D2BA

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

Shades of Moon Mist #D4D2BA

Tints of Moon Mist #D4D2BA

Color information

#D4D2BA (or 0xD4D2BA) is unknown color: approx Moon Mist. HEX triplet: D4, D2 and BA. RGB value is (212,210,186). Sum of RGB (Red+Green+Blue) = 212+210+186=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D2BA is #2B2D45. Grayscale: #CFCFCF. Windows color (decimal): -2829638 or 12243668. OLE color: 12243668.

HSL color Cylindrical-coordinate representation of color #D4D2BA: hue angle of 55.38º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4D2BA is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB212210186-
CMYK00.010.120.17
HSL55.38º23.21%78.04%-
HSV(B)55.38º12.26%83.14%-
XYZ59.0663.6455.62-
YUV207.86115.66130.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.87%
GREEN value IS 210 (82.42% from 255) = 34.54%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=34.87%
G=34.54%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21221018600.010.120.1755.3823.2178.04
HexD4D2BA01C1137174e
Octal3243222720114216727116
Binary11010100110100101011101001110010001110111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D2BA; }

 p { color: rgb(212,210,186); }

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

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

 a { background-color: rgb(212,210,186); }

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

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

 span { border-color: rgb(212,210,186); }

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