#D0CEBC

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

Shades of Moon Mist #D0CEBC

Tints of Moon Mist #D0CEBC

Color information

#D0CEBC (or 0xD0CEBC) is unknown color: approx Moon Mist. HEX triplet: D0, CE and BC. RGB value is (208,206,188). Sum of RGB (Red+Green+Blue) = 208+206+188=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEBC is #2F3143. Grayscale: #CCCCCC. Windows color (decimal): -3092804 or 12373712. OLE color: 12373712.

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

Color convert

RGB208206188-
CMYK00.010.100.18
HSL54º17.54%77.65%-
HSV(B)54º9.62%81.57%-
XYZ57.1661.1856.37-
YUV204.55118.66130.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.55%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 188 (73.83% from 255) = 31.23%
R=34.55%
G=34.22%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820618800.010.100.185417.5477.65
HexD0CEBC01A1236124e
Octal3203162740112226622116
Binary11010000110011101011110001101010010110110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEBC; }

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

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

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

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

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

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

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

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