#D0CFBD

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

Shades of Moon Mist #D0CFBD

Tints of Moon Mist #D0CFBD

Color information

#D0CFBD (or 0xD0CFBD) is unknown color: approx Moon Mist. HEX triplet: D0, CF and BD. RGB value is (208,207,189). Sum of RGB (Red+Green+Blue) = 208+207+189=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFBD is #2F3042. Grayscale: #CDCDCD. Windows color (decimal): -3092547 or 12439504. OLE color: 12439504.

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

Color convert

RGB208207189-
CMYK00.000.090.18
HSL56.84º16.81%77.84%-
HSV(B)56.84º9.13%81.57%-
XYZ57.5161.7157.02-
YUV205.25118.83129.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.44%
GREEN value IS 207 (81.25% from 255) = 34.27%
BLUE value IS 189 (74.22% from 255) = 31.29%
R=34.44%
G=34.27%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820718900.000.090.1856.8416.8177.84
HexD0CFBD0091239114e
Octal3203172750011227121116
Binary11010000110011111011110100100110010111001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFBD; }

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

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

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

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

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

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

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

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