Shades of Melrose #CABAE8
Tints of Melrose #CABAE8
RGB
CMYK
RGB Variations
Color information
#CABAE8 (or 0xCABAE8) is known color: Melrose. HEX triplet: CA, BA and E8. RGB value is (202,186,232). Sum of RGB (Red+Green+Blue) = 202+186+232=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 232 - color contains mainly: blue. Hex color #CABAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAE8 is #354517. Grayscale: #C3C3C3. Windows color (decimal): -3491096 or 15252170. OLE color: 15252170.
HSL color Cylindrical-coordinate representation of color #CABAE8: hue angle of 260.87º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CABAE8 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 186 | 232 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.09 |
| HSL | 260.87º | 0.5% | 0.82% | - |
| HSV(B) | 260.87º | 0.2% | 0.91% | - |
| XYZ | 56.48 | 53.5 | 83.69 | - |
| YUV | 196.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 232 | 0.13 | 0.20 | 0 | 0.09 | 260.87 | 0.5 | 0.82 |
| Hex | CA | BA | E8 | D | 14 | 0 | 9 | 105 | 32 | 52 |
| Octal | 312 | 272 | 350 | 15 | 24 | 0 | 11 | 405 | 62 | 122 |
| Binary | 11001010 | 10111010 | 11101000 | 1101 | 10100 | 0 | 1001 | 100000101 | 110010 | 1010010 |
Color Harmonies of #CABAE8
Complementary color
Monochromatic Colors of #CABAE8
Black with #CABAE8
Text Example
Text Example
White with #CABAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAE8; }
p { color: rgb(202,186,232); }
H1.HeaderClassName
{
color: #CABAE8;
}
.AnyTagClassName
{
color: #CABAE8;
}
</style>
background-color css
<style>
a { background-color: #CABAE8; }
a { background-color: rgb(202,186,232); }
div.DivClassName
{
background-color: #CABAE8;
}
.BgClassName
{
background-color: #CABAE8;
}
</style>
border-color css
<style>
span { border-color: #CABAE8; }
span { border-color: rgb(202,186,232); }
td.TdClassName
{
border-color: #CABAE8;
}
.TagClassName
{
border-color: #CABAE8;
}
</style>