#D0CEBA

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

Shades of Moon Mist #D0CEBA

Tints of Moon Mist #D0CEBA

Color information

#D0CEBA (or 0xD0CEBA) is unknown color: approx Moon Mist. HEX triplet: D0, CE and BA. RGB value is (208,206,186). Sum of RGB (Red+Green+Blue) = 208+206+186=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEBA is #2F3145. Grayscale: #CCCCCC. Windows color (decimal): -3092806 or 12242640. OLE color: 12242640.

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

Color convert

RGB208206186-
CMYK00.010.110.18
HSL54.55º18.97%77.25%-
HSV(B)54.55º10.58%81.57%-
XYZ56.9561.155.25-
YUV204.32117.66130.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.67%
GREEN value IS 206 (80.86% from 255) = 34.33%
BLUE value IS 186 (73.05% from 255) = 31%
R=34.67%
G=34.33%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820618600.010.110.1854.5518.9777.25
HexD0CEBA01B1237134d
Octal3203162720113226723115
Binary11010000110011101011101001101110010110111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEBA; }

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

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

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

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

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

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

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

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