#CDB5BC

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

Shades of Melanie #CDB5BC

Tints of Melanie #CDB5BC

Color information

#CDB5BC (or 0xCDB5BC) is unknown color: approx Melanie. HEX triplet: CD, B5 and BC. RGB value is (205,181,188). Sum of RGB (Red+Green+Blue) = 205+181+188=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5BC is #324A43. Grayscale: #BCBCBC. Windows color (decimal): -3295812 or 12367309. OLE color: 12367309.

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

Color convert

RGB205181188-
CMYK00.120.080.20
HSL342.5º19.35%75.69%-
HSV(B)342.5º11.71%80.39%-
XYZ50.7849.6654.49-
YUV188.97127.45139.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 181 (71.09% from 255) = 31.53%
BLUE value IS 188 (73.83% from 255) = 32.75%
R=35.71%
G=31.53%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518118800.120.080.20342.519.3575.69
HexCDB5BC0C814156134c
Octal315265274014102452623114
Binary11001101101101011011110001100100010100101010110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB5BC; }

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

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

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

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

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

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

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

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