#CDB3BD

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

Shades of Melanie #CDB3BD

Tints of Melanie #CDB3BD

Color information

#CDB3BD (or 0xCDB3BD) is unknown color: approx Melanie. HEX triplet: CD, B3 and BD. RGB value is (205,179,189). Sum of RGB (Red+Green+Blue) = 205+179+189=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3BD is #324C42. Grayscale: #BBBBBB. Windows color (decimal): -3296323 or 12432333. OLE color: 12432333.

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

Color convert

RGB205179189-
CMYK00.130.080.20
HSL336.92º20.63%75.29%-
HSV(B)336.92º12.68%80.39%-
XYZ50.4848.8954.92-
YUV187.91128.61140.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.78%
GREEN value IS 179 (70.31% from 255) = 31.24%
BLUE value IS 189 (74.22% from 255) = 32.98%
R=35.78%
G=31.24%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517918900.130.080.20336.9220.6375.29
HexCDB3BD0D814151154b
Octal315263275015102452125113
Binary11001101101100111011110101101100010100101010001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB3BD; }

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

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

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

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

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

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

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

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