#CDB6BF

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

Shades of Melanie #CDB6BF

Tints of Melanie #CDB6BF

Color information

#CDB6BF (or 0xCDB6BF) is unknown color: approx Melanie. HEX triplet: CD, B6 and BF. RGB value is (205,182,191). Sum of RGB (Red+Green+Blue) = 205+182+191=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6BF is #324940. Grayscale: #BDBDBD. Windows color (decimal): -3295553 or 12564173. OLE color: 12564173.

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

Color convert

RGB205182191-
CMYK00.110.070.20
HSL336.52º18.7%75.88%-
HSV(B)336.52º11.22%80.39%-
XYZ51.3150.256.27-
YUV189.9128.62138.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 182 (71.48% from 255) = 31.49%
BLUE value IS 191 (75% from 255) = 33.04%
R=35.47%
G=31.49%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518219100.110.070.20336.5218.775.88
HexCDB6BF0B714151134c
Octal31526627701372452123114
Binary1100110110110110101111110101111110100101010001100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB6BF; }

 p { color: rgb(205,182,191); }

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

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

 a { background-color: rgb(205,182,191); }

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

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

 span { border-color: rgb(205,182,191); }

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