Shades of Melanie #CAAEB7
Tints of Melanie #CAAEB7
RGB
CMYK
RGB Variations
Color information
#CAAEB7 (or 0xCAAEB7) is known color: Melanie. HEX triplet: CA, AE and B7. RGB value is (202,174,183). Sum of RGB (Red+Green+Blue) = 202+174+183=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEB7 is #355148. Grayscale: #B7B7B7. Windows color (decimal): -3494217 or 12037834. OLE color: 12037834.
HSL color Cylindrical-coordinate representation of color #CAAEB7: hue angle of 340.71º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAAEB7 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 174 | 183 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.21 |
| HSL | 340.71º | 0.21% | 0.74% | - |
| HSV(B) | 340.71º | 0.14% | 0.79% | - |
| XYZ | 48.04 | 46.25 | 51.19 | - |
| YUV | 183.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 183 | 0 | 0.14 | 0.09 | 0.21 | 340.71 | 0.21 | 0.74 |
| Hex | CA | AE | B7 | 0 | E | 9 | 15 | 155 | 15 | 4A |
| Octal | 312 | 256 | 267 | 0 | 16 | 11 | 25 | 525 | 25 | 112 |
| Binary | 11001010 | 10101110 | 10110111 | 0 | 1110 | 1001 | 10101 | 101010101 | 10101 | 1001010 |
Color Harmonies of #CAAEB7
Complementary color
Monochromatic Colors of #CAAEB7
Black with #CAAEB7
Text Example
Text Example
White with #CAAEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEB7; }
p { color: rgb(202,174,183); }
H1.HeaderClassName
{
color: #CAAEB7;
}
.AnyTagClassName
{
color: #CAAEB7;
}
</style>
background-color css
<style>
a { background-color: #CAAEB7; }
a { background-color: rgb(202,174,183); }
div.DivClassName
{
background-color: #CAAEB7;
}
.BgClassName
{
background-color: #CAAEB7;
}
</style>
border-color css
<style>
span { border-color: #CAAEB7; }
span { border-color: rgb(202,174,183); }
td.TdClassName
{
border-color: #CAAEB7;
}
.TagClassName
{
border-color: #CAAEB7;
}
</style>