Shades of Melanie #CDBDC1
Tints of Melanie #CDBDC1
RGB
CMYK
RGB Variations
Color information
#CDBDC1 (or 0xCDBDC1) is known color: Melanie. HEX triplet: CD, BD and C1. RGB value is (205,189,193). Sum of RGB (Red+Green+Blue) = 205+189+193=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDC1 is #32423E. Grayscale: #C2C2C2. Windows color (decimal): -3293759 or 12697037. OLE color: 12697037.
HSL color Cylindrical-coordinate representation of color #CDBDC1: hue angle of 345º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDBDC1 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 193 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.20 |
| HSL | 345º | 0.14% | 0.77% | - |
| HSV(B) | 345º | 0.08% | 0.8% | - |
| XYZ | 53 | 53.22 | 57.93 | - |
| YUV | 194.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 193 | 0 | 0.08 | 0.06 | 0.20 | 345 | 0.14 | 0.77 |
| Hex | CD | BD | C1 | 0 | 8 | 6 | 14 | 159 | E | 4D |
| Octal | 315 | 275 | 301 | 0 | 10 | 6 | 24 | 531 | 16 | 115 |
| Binary | 11001101 | 10111101 | 11000001 | 0 | 1000 | 110 | 10100 | 101011001 | 1110 | 1001101 |
Color Harmonies of #CDBDC1
Complementary color
Monochromatic Colors of #CDBDC1
Black with #CDBDC1
Text Example
Text Example
White with #CDBDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDC1; }
p { color: rgb(205,189,193); }
H1.HeaderClassName
{
color: #CDBDC1;
}
.AnyTagClassName
{
color: #CDBDC1;
}
</style>
background-color css
<style>
a { background-color: #CDBDC1; }
a { background-color: rgb(205,189,193); }
div.DivClassName
{
background-color: #CDBDC1;
}
.BgClassName
{
background-color: #CDBDC1;
}
</style>
border-color css
<style>
span { border-color: #CDBDC1; }
span { border-color: rgb(205,189,193); }
td.TdClassName
{
border-color: #CDBDC1;
}
.TagClassName
{
border-color: #CDBDC1;
}
</style>