Shades of Melanie #CDBDC2
Tints of Melanie #CDBDC2
RGB
CMYK
RGB Variations
Color information
#CDBDC2 (or 0xCDBDC2) is known color: Melanie. HEX triplet: CD, BD and C2. RGB value is (205,189,194). Sum of RGB (Red+Green+Blue) = 205+189+194=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDC2 is #32423D. Grayscale: #C2C2C2. Windows color (decimal): -3293758 or 12762573. OLE color: 12762573.
HSL color Cylindrical-coordinate representation of color #CDBDC2: hue angle of 341.25º 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 #CDBDC2 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 194 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.20 |
| HSL | 341.25º | 0.14% | 0.77% | - |
| HSV(B) | 341.25º | 0.08% | 0.8% | - |
| XYZ | 53.11 | 53.27 | 58.52 | - |
| YUV | 194.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 194 | 0 | 0.08 | 0.05 | 0.20 | 341.25 | 0.14 | 0.77 |
| Hex | CD | BD | C2 | 0 | 8 | 5 | 14 | 155 | E | 4D |
| Octal | 315 | 275 | 302 | 0 | 10 | 5 | 24 | 525 | 16 | 115 |
| Binary | 11001101 | 10111101 | 11000010 | 0 | 1000 | 101 | 10100 | 101010101 | 1110 | 1001101 |
Color Harmonies of #CDBDC2
Complementary color
Monochromatic Colors of #CDBDC2
Black with #CDBDC2
Text Example
Text Example
White with #CDBDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDC2; }
p { color: rgb(205,189,194); }
H1.HeaderClassName
{
color: #CDBDC2;
}
.AnyTagClassName
{
color: #CDBDC2;
}
</style>
background-color css
<style>
a { background-color: #CDBDC2; }
a { background-color: rgb(205,189,194); }
div.DivClassName
{
background-color: #CDBDC2;
}
.BgClassName
{
background-color: #CDBDC2;
}
</style>
border-color css
<style>
span { border-color: #CDBDC2; }
span { border-color: rgb(205,189,194); }
td.TdClassName
{
border-color: #CDBDC2;
}
.TagClassName
{
border-color: #CDBDC2;
}
</style>