Shades of Melanie #CDADB7
Tints of Melanie #CDADB7
RGB
CMYK
RGB Variations
Color information
#CDADB7 (or 0xCDADB7) is known color: Melanie. HEX triplet: CD, AD and B7. RGB value is (205,173,183). Sum of RGB (Red+Green+Blue) = 205+173+183=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADB7 is #325248. Grayscale: #B7B7B7. Windows color (decimal): -3297865 or 12037581. OLE color: 12037581.
HSL color Cylindrical-coordinate representation of color #CDADB7: hue angle of 341.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDADB7 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 173 | 183 | - |
CMYK | 0 | 0.16 | 0.11 | 0.20 |
HSL | 341.25º | 0.24% | 0.74% | - |
HSV(B) | 341.25º | 0.16% | 0.8% | - |
XYZ | 48.67 | 46.29 | 51.17 | - |
YUV | 183.71 | 127.6 | 143.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 173 | 183 | 0 | 0.16 | 0.11 | 0.20 | 341.25 | 0.24 | 0.74 |
Hex | CD | AD | B7 | 0 | 10 | B | 14 | 155 | 18 | 4A |
Octal | 315 | 255 | 267 | 0 | 20 | 13 | 24 | 525 | 30 | 112 |
Binary | 11001101 | 10101101 | 10110111 | 0 | 10000 | 1011 | 10100 | 101010101 | 11000 | 1001010 |
Color Harmonies of #CDADB7
Complementary color
Monochromatic Colors of #CDADB7
Black with #CDADB7
Text Example
Text Example
White with #CDADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADB7; }
p { color: rgb(205,173,183); }
H1.HeaderClassName
{
color: #CDADB7;
}
.AnyTagClassName
{
color: #CDADB7;
}
</style>
background-color css
<style>
a { background-color: #CDADB7; }
a { background-color: rgb(205,173,183); }
div.DivClassName
{
background-color: #CDADB7;
}
.BgClassName
{
background-color: #CDADB7;
}
</style>
border-color css
<style>
span { border-color: #CDADB7; }
span { border-color: rgb(205,173,183); }
td.TdClassName
{
border-color: #CDADB7;
}
.TagClassName
{
border-color: #CDADB7;
}
</style>