#D0CEBB

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

Shades of Moon Mist #D0CEBB

Tints of Moon Mist #D0CEBB

Color information

#D0CEBB (or 0xD0CEBB) is unknown color: approx Moon Mist. HEX triplet: D0, CE and BB. RGB value is (208,206,187). Sum of RGB (Red+Green+Blue) = 208+206+187=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEBB is #2F3144. Grayscale: #CCCCCC. Windows color (decimal): -3092805 or 12308176. OLE color: 12308176.

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

Color convert

RGB208206187-
CMYK00.010.100.18
HSL54.29º18.26%77.45%-
HSV(B)54.29º10.1%81.57%-
XYZ57.0561.1455.81-
YUV204.43118.16130.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.61%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=34.61%
G=34.28%
B=31.11%

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
Decimal20820618700.010.100.1854.2918.2677.45
HexD0CEBB01A1236124d
Octal3203162730112226622115
Binary11010000110011101011101101101010010110110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEBB; }

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

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

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

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

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

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

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

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