#D0BCC2

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

Shades of Melanie #D0BCC2

Tints of Melanie #D0BCC2

Color information

#D0BCC2 (or 0xD0BCC2) is unknown color: approx Melanie. HEX triplet: D0, BC and C2. RGB value is (208,188,194). Sum of RGB (Red+Green+Blue) = 208+188+194=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BCC2 is #2F433D. Grayscale: #C2C2C2. Windows color (decimal): -3097406 or 12762320. OLE color: 12762320.

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

Color convert

RGB208188194-
CMYK00.100.070.18
HSL342º17.54%77.65%-
HSV(B)342º9.62%81.57%-
XYZ53.7353.2758.49-
YUV194.66127.63137.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.25%
GREEN value IS 188 (73.83% from 255) = 31.86%
BLUE value IS 194 (76.17% from 255) = 32.88%
R=35.25%
G=31.86%
B=32.88%

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
Decimal20818819400.100.070.1834217.5477.65
HexD0BCC20A712156124e
Octal32027430201272252622116
Binary1101000010111100110000100101011110010101010110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BCC2; }

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

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

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

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

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

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

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

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