Shades of Melrose #CAB9E5
Tints of Melrose #CAB9E5
RGB
CMYK
RGB Variations
Color information
#CAB9E5 (or 0xCAB9E5) is known color: Melrose. HEX triplet: CA, B9 and E5. RGB value is (202,185,229). Sum of RGB (Red+Green+Blue) = 202+185+229=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAB9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9E5 is #35461A. Grayscale: #C2C2C2. Windows color (decimal): -3491355 or 15055306. OLE color: 15055306.
HSL color Cylindrical-coordinate representation of color #CAB9E5: hue angle of 263.18º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAB9E5 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 185 | 229 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.10 |
| HSL | 263.18º | 0.46% | 0.81% | - |
| HSV(B) | 263.18º | 0.19% | 0.9% | - |
| XYZ | 55.85 | 52.91 | 81.4 | - |
| YUV | 195.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 229 | 0.12 | 0.19 | 0 | 0.10 | 263.18 | 0.46 | 0.81 |
| Hex | CA | B9 | E5 | C | 13 | 0 | A | 107 | 2E | 51 |
| Octal | 312 | 271 | 345 | 14 | 23 | 0 | 12 | 407 | 56 | 121 |
| Binary | 11001010 | 10111001 | 11100101 | 1100 | 10011 | 0 | 1010 | 100000111 | 101110 | 1010001 |
Color Harmonies of #CAB9E5
Complementary color
Monochromatic Colors of #CAB9E5
Black with #CAB9E5
Text Example
Text Example
White with #CAB9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB9E5; }
p { color: rgb(202,185,229); }
H1.HeaderClassName
{
color: #CAB9E5;
}
.AnyTagClassName
{
color: #CAB9E5;
}
</style>
background-color css
<style>
a { background-color: #CAB9E5; }
a { background-color: rgb(202,185,229); }
div.DivClassName
{
background-color: #CAB9E5;
}
.BgClassName
{
background-color: #CAB9E5;
}
</style>
border-color css
<style>
span { border-color: #CAB9E5; }
span { border-color: rgb(202,185,229); }
td.TdClassName
{
border-color: #CAB9E5;
}
.TagClassName
{
border-color: #CAB9E5;
}
</style>