#CDB5BB

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

Shades of Melanie #CDB5BB

Tints of Melanie #CDB5BB

Color information

#CDB5BB (or 0xCDB5BB) is unknown color: approx Melanie. HEX triplet: CD, B5 and BB. RGB value is (205,181,187). Sum of RGB (Red+Green+Blue) = 205+181+187=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5BB is #324A44. Grayscale: #BCBCBC. Windows color (decimal): -3295813 or 12301773. OLE color: 12301773.

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

Color convert

RGB205181187-
CMYK00.120.090.20
HSL345º19.35%75.69%-
HSV(B)345º11.71%80.39%-
XYZ50.6749.6153.92-
YUV188.86126.95139.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.78%
GREEN value IS 181 (71.09% from 255) = 31.59%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=35.78%
G=31.59%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518118700.120.090.2034519.3575.69
HexCDB5BB0C914159134c
Octal315265273014112453123114
Binary11001101101101011011101101100100110100101011001100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB5BB; }

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

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

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

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

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

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

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

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