#CDB0BB

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

Shades of Melanie #CDB0BB

Tints of Melanie #CDB0BB

Color information

#CDB0BB (or 0xCDB0BB) is unknown color: approx Melanie. HEX triplet: CD, B0 and BB. RGB value is (205,176,187). Sum of RGB (Red+Green+Blue) = 205+176+187=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0BB is #324F44. Grayscale: #B9B9B9. Windows color (decimal): -3297093 or 12300493. OLE color: 12300493.

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

Color convert

RGB205176187-
CMYK00.140.090.20
HSL337.24º22.48%74.71%-
HSV(B)337.24º14.15%80.39%-
XYZ49.6747.6253.59-
YUV185.92128.61141.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.09%
GREEN value IS 176 (69.14% from 255) = 30.99%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=36.09%
G=30.99%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517618700.140.090.20337.2422.4874.71
HexCDB0BB0E914151164b
Octal315260273016112452126113
Binary11001101101100001011101101110100110100101010001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB0BB; }

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

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

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

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

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

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

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

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