#CDB6BD

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

Shades of Melanie #CDB6BD

Tints of Melanie #CDB6BD

Color information

#CDB6BD (or 0xCDB6BD) is unknown color: approx Melanie. HEX triplet: CD, B6 and BD. RGB value is (205,182,189). Sum of RGB (Red+Green+Blue) = 205+182+189=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6BD is #324942. Grayscale: #BDBDBD. Windows color (decimal): -3295555 or 12433101. OLE color: 12433101.

HSL color Cylindrical-coordinate representation of color #CDB6BD: hue angle of 341.74º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDB6BD is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB205182189-
CMYK00.110.080.20
HSL341.74º18.7%75.88%-
HSV(B)341.74º11.22%80.39%-
XYZ51.0950.1155.12-
YUV189.68127.62138.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 182 (71.48% from 255) = 31.60%
BLUE value IS 189 (74.22% from 255) = 32.81%
R=35.59%
G=31.60%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518218900.110.080.20341.7418.775.88
HexCDB6BD0B814156134c
Octal315266275013102452623114
Binary11001101101101101011110101011100010100101010110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB6BD; }

 p { color: rgb(205,182,189); }

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

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

 a { background-color: rgb(205,182,189); }

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

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

 span { border-color: rgb(205,182,189); }

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