Shades of Melanie #CDBEC1
Tints of Melanie #CDBEC1
RGB
CMYK
RGB Variations
Color information
#CDBEC1 (or 0xCDBEC1) is known color: Melanie. HEX triplet: CD, BE and C1. RGB value is (205,190,193). Sum of RGB (Red+Green+Blue) = 205+190+193=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBEC1 is #32413E. Grayscale: #C2C2C2. Windows color (decimal): -3293503 or 12697293. OLE color: 12697293.
HSL color Cylindrical-coordinate representation of color #CDBEC1: hue angle of 348º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDBEC1 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 190 | 193 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.20 |
| HSL | 348º | 0.13% | 0.77% | - |
| HSV(B) | 348º | 0.07% | 0.8% | - |
| XYZ | 53.22 | 53.66 | 58 | - |
| YUV | 194.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 190 | 193 | 0 | 0.07 | 0.06 | 0.20 | 348 | 0.13 | 0.77 |
| Hex | CD | BE | C1 | 0 | 7 | 6 | 14 | 15C | D | 4D |
| Octal | 315 | 276 | 301 | 0 | 7 | 6 | 24 | 534 | 15 | 115 |
| Binary | 11001101 | 10111110 | 11000001 | 0 | 111 | 110 | 10100 | 101011100 | 1101 | 1001101 |
Color Harmonies of #CDBEC1
Complementary color
Monochromatic Colors of #CDBEC1
Black with #CDBEC1
Text Example
Text Example
White with #CDBEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBEC1; }
p { color: rgb(205,190,193); }
H1.HeaderClassName
{
color: #CDBEC1;
}
.AnyTagClassName
{
color: #CDBEC1;
}
</style>
background-color css
<style>
a { background-color: #CDBEC1; }
a { background-color: rgb(205,190,193); }
div.DivClassName
{
background-color: #CDBEC1;
}
.BgClassName
{
background-color: #CDBEC1;
}
</style>
border-color css
<style>
span { border-color: #CDBEC1; }
span { border-color: rgb(205,190,193); }
td.TdClassName
{
border-color: #CDBEC1;
}
.TagClassName
{
border-color: #CDBEC1;
}
</style>