Shades of Melrose #CAB7E6
Tints of Melrose #CAB7E6
RGB
CMYK
RGB Variations
Color information
#CAB7E6 (or 0xCAB7E6) is known color: Melrose. HEX triplet: CA, B7 and E6. RGB value is (202,183,230). Sum of RGB (Red+Green+Blue) = 202+183+230=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 230 - color contains mainly: blue. Hex color #CAB7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB7E6 is #354819. Grayscale: #C1C1C1. Windows color (decimal): -3491866 or 15120330. OLE color: 15120330.
HSL color Cylindrical-coordinate representation of color #CAB7E6: hue angle of 264.26º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAB7E6 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 183 | 230 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.10 |
| HSL | 264.26º | 0.48% | 0.81% | - |
| HSV(B) | 264.26º | 0.2% | 0.9% | - |
| XYZ | 55.57 | 52.14 | 82 | - |
| YUV | 194.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 183 | 230 | 0.12 | 0.20 | 0 | 0.10 | 264.26 | 0.48 | 0.81 |
| Hex | CA | B7 | E6 | C | 14 | 0 | A | 108 | 30 | 51 |
| Octal | 312 | 267 | 346 | 14 | 24 | 0 | 12 | 410 | 60 | 121 |
| Binary | 11001010 | 10110111 | 11100110 | 1100 | 10100 | 0 | 1010 | 100001000 | 110000 | 1010001 |
Color Harmonies of #CAB7E6
Complementary color
Monochromatic Colors of #CAB7E6
Black with #CAB7E6
Text Example
Text Example
White with #CAB7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7E6; }
p { color: rgb(202,183,230); }
H1.HeaderClassName
{
color: #CAB7E6;
}
.AnyTagClassName
{
color: #CAB7E6;
}
</style>
background-color css
<style>
a { background-color: #CAB7E6; }
a { background-color: rgb(202,183,230); }
div.DivClassName
{
background-color: #CAB7E6;
}
.BgClassName
{
background-color: #CAB7E6;
}
</style>
border-color css
<style>
span { border-color: #CAB7E6; }
span { border-color: rgb(202,183,230); }
td.TdClassName
{
border-color: #CAB7E6;
}
.TagClassName
{
border-color: #CAB7E6;
}
</style>