#D0CFB4

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

Shades of Moon Mist #D0CFB4

Tints of Moon Mist #D0CFB4

Color information

#D0CFB4 (or 0xD0CFB4) is unknown color: approx Moon Mist. HEX triplet: D0, CF and B4. RGB value is (208,207,180). Sum of RGB (Red+Green+Blue) = 208+207+180=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFB4 is #2F304B. Grayscale: #CCCCCC. Windows color (decimal): -3092556 or 11849680. OLE color: 11849680.

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

Color convert

RGB208207180-
CMYK00.000.130.18
HSL57.86º22.95%76.08%-
HSV(B)57.86º13.46%81.57%-
XYZ56.5661.3352.04-
YUV204.22114.33130.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.96%
GREEN value IS 207 (81.25% from 255) = 34.79%
BLUE value IS 180 (70.70% from 255) = 30.25%
R=34.96%
G=34.79%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820718000.000.130.1857.8622.9576.08
HexD0CFB400D123a174c
Octal3203172640015227227114
Binary11010000110011111011010000110110010111010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFB4; }

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

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

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

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

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

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

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

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