#D0CEBE

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

Shades of Moon Mist #D0CEBE

Tints of Moon Mist #D0CEBE

Color information

#D0CEBE (or 0xD0CEBE) is unknown color: approx Moon Mist. HEX triplet: D0, CE and BE. RGB value is (208,206,190). Sum of RGB (Red+Green+Blue) = 208+206+190=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEBE is #2F3141. Grayscale: #CCCCCC. Windows color (decimal): -3092802 or 12504784. OLE color: 12504784.

HSL color Cylindrical-coordinate representation of color #D0CEBE: hue angle of 53.33º degrees, saturation: 0.16, 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 #D0CEBE is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB208206190-
CMYK00.010.090.18
HSL53.33º16.07%78.04%-
HSV(B)53.33º8.65%81.57%-
XYZ57.3861.2757.52-
YUV204.77119.66130.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.44%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=34.44%
G=34.11%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820619000.010.090.1853.3316.0778.04
HexD0CEBE0191235104e
Octal3203162760111226520116
Binary11010000110011101011111001100110010110101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEBE; }

 p { color: rgb(208,206,190); }

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

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

 a { background-color: rgb(208,206,190); }

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

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

 span { border-color: rgb(208,206,190); }

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