#CDB9BF

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

Shades of Melanie #CDB9BF

Tints of Melanie #CDB9BF

Color information

#CDB9BF (or 0xCDB9BF) is unknown color: approx Melanie. HEX triplet: CD, B9 and BF. RGB value is (205,185,191). Sum of RGB (Red+Green+Blue) = 205+185+191=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9BF is #324640. Grayscale: #BFBFBF. Windows color (decimal): -3294785 or 12564941. OLE color: 12564941.

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

Color convert

RGB205185191-
CMYK00.100.070.20
HSL342º16.67%76.47%-
HSV(B)342º9.76%80.39%-
XYZ51.9351.4456.48-
YUV191.66127.63137.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 185 (72.66% from 255) = 31.84%
BLUE value IS 191 (75% from 255) = 32.87%
R=35.28%
G=31.84%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518519100.100.070.2034216.6776.47
HexCDB9BF0A714156114c
Octal31527127701272452621114
Binary1100110110111001101111110101011110100101010110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB9BF; }

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

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

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

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

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

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

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

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