#D0BCC1

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

Shades of Melanie #D0BCC1

Tints of Melanie #D0BCC1

Color information

#D0BCC1 (or 0xD0BCC1) is unknown color: approx Melanie. HEX triplet: D0, BC and C1. RGB value is (208,188,193). Sum of RGB (Red+Green+Blue) = 208+188+193=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BCC1 is #2F433E. Grayscale: #C2C2C2. Windows color (decimal): -3097407 or 12696784. OLE color: 12696784.

HSL color Cylindrical-coordinate representation of color #D0BCC1: hue angle of 345º 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 #D0BCC1 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB208188193-
CMYK00.100.070.18
HSL345º17.54%77.65%-
HSV(B)345º9.62%81.57%-
XYZ53.6253.2357.9-
YUV194.55127.13137.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.31%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 193 (75.78% from 255) = 32.77%
R=35.31%
G=31.92%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818819300.100.070.1834517.5477.65
HexD0BCC10A712159124e
Octal32027430101272253122116
Binary1101000010111100110000010101011110010101011001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BCC1; }

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

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

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

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

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

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

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

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