#CDB1BB

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

Shades of Melanie #CDB1BB

Tints of Melanie #CDB1BB

Color information

#CDB1BB (or 0xCDB1BB) is unknown color: approx Melanie. HEX triplet: CD, B1 and BB. RGB value is (205,177,187). Sum of RGB (Red+Green+Blue) = 205+177+187=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1BB is #324E44. Grayscale: #BABABA. Windows color (decimal): -3296837 or 12300749. OLE color: 12300749.

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

Color convert

RGB205177187-
CMYK00.140.090.20
HSL338.57º21.88%74.9%-
HSV(B)338.57º13.66%80.39%-
XYZ49.8748.0153.65-
YUV186.51128.28141.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.03%
GREEN value IS 177 (69.53% from 255) = 31.11%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=36.03%
G=31.11%
B=32.86%

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
Decimal20517718700.140.090.20338.5721.8874.9
HexCDB1BB0E914153164b
Octal315261273016112452326113
Binary11001101101100011011101101110100110100101010011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1BB; }

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

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

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

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

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

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

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

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