#CDB9BE

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

Shades of Melanie #CDB9BE

Tints of Melanie #CDB9BE

Color information

#CDB9BE (or 0xCDB9BE) is unknown color: approx Melanie. HEX triplet: CD, B9 and BE. RGB value is (205,185,190). Sum of RGB (Red+Green+Blue) = 205+185+190=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9BE is #324641. Grayscale: #BFBFBF. Windows color (decimal): -3294786 or 12499405. OLE color: 12499405.

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

Color convert

RGB205185190-
CMYK00.100.070.20
HSL345º16.67%76.47%-
HSV(B)345º9.76%80.39%-
XYZ51.8251.3955.9-
YUV191.55127.13137.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.34%
GREEN value IS 185 (72.66% from 255) = 31.90%
BLUE value IS 190 (74.61% from 255) = 32.76%
R=35.34%
G=31.90%
B=32.76%

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
Decimal20518519000.100.070.2034516.6776.47
HexCDB9BE0A714159114c
Octal31527127601272453121114
Binary1100110110111001101111100101011110100101011001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB9BE; }

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

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

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

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

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

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

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

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