#CDB3BB

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

Shades of Melanie #CDB3BB

Tints of Melanie #CDB3BB

Color information

#CDB3BB (or 0xCDB3BB) is unknown color: approx Melanie. HEX triplet: CD, B3 and BB. RGB value is (205,179,187). Sum of RGB (Red+Green+Blue) = 205+179+187=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3BB is #324C44. Grayscale: #BBBBBB. Windows color (decimal): -3296325 or 12301261. OLE color: 12301261.

HSL color Cylindrical-coordinate representation of color #CDB3BB: hue angle of 341.54º 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 #CDB3BB is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB205179187-
CMYK00.130.090.20
HSL341.54º20.63%75.29%-
HSV(B)341.54º12.68%80.39%-
XYZ50.2748.8153.79-
YUV187.69127.61140.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 179 (70.31% from 255) = 31.35%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=35.90%
G=31.35%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517918700.130.090.20341.5420.6375.29
HexCDB3BB0D914156154b
Octal315263273015112452625113
Binary11001101101100111011101101101100110100101010110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB3BB; }

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

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

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

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

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

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

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

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