#CDB7BD

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

Shades of Melanie #CDB7BD

Tints of Melanie #CDB7BD

Color information

#CDB7BD (or 0xCDB7BD) is unknown color: approx Melanie. HEX triplet: CD, B7 and BD. RGB value is (205,183,189). Sum of RGB (Red+Green+Blue) = 205+183+189=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB7BD is #324842. Grayscale: #BEBEBE. Windows color (decimal): -3295299 or 12433357. OLE color: 12433357.

HSL color Cylindrical-coordinate representation of color #CDB7BD: hue angle of 343.64º degrees, saturation: 0.18, 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 #CDB7BD is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB205183189-
CMYK00.110.080.20
HSL343.64º18.03%76.08%-
HSV(B)343.64º10.73%80.39%-
XYZ51.350.5255.19-
YUV190.26127.29138.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 183 (71.88% from 255) = 31.72%
BLUE value IS 189 (74.22% from 255) = 32.76%
R=35.53%
G=31.72%
B=32.76%

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
Decimal20518318900.110.080.20343.6418.0376.08
HexCDB7BD0B814158124c
Octal315267275013102453022114
Binary11001101101101111011110101011100010100101011000100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB7BD; }

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

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

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

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

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

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

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

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