Shades of Melrose #CAB5E5
Tints of Melrose #CAB5E5
RGB
CMYK
RGB Variations
Color information
#CAB5E5 (or 0xCAB5E5) is known color: Melrose. HEX triplet: CA, B5 and E5. RGB value is (202,181,229). Sum of RGB (Red+Green+Blue) = 202+181+229=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAB5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB5E5 is #354A1A. Grayscale: #C0C0C0. Windows color (decimal): -3492379 or 15054282. OLE color: 15054282.
HSL color Cylindrical-coordinate representation of color #CAB5E5: hue angle of 266.25º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAB5E5 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 181 | 229 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.10 |
| HSL | 266.25º | 0.48% | 0.8% | - |
| HSV(B) | 266.25º | 0.21% | 0.9% | - |
| XYZ | 55.02 | 51.26 | 81.12 | - |
| YUV | 192.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 229 | 0.12 | 0.21 | 0 | 0.10 | 266.25 | 0.48 | 0.8 |
| Hex | CA | B5 | E5 | C | 15 | 0 | A | 10A | 30 | 50 |
| Octal | 312 | 265 | 345 | 14 | 25 | 0 | 12 | 412 | 60 | 120 |
| Binary | 11001010 | 10110101 | 11100101 | 1100 | 10101 | 0 | 1010 | 100001010 | 110000 | 1010000 |
Color Harmonies of #CAB5E5
Complementary color
Monochromatic Colors of #CAB5E5
Black with #CAB5E5
Text Example
Text Example
White with #CAB5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB5E5; }
p { color: rgb(202,181,229); }
H1.HeaderClassName
{
color: #CAB5E5;
}
.AnyTagClassName
{
color: #CAB5E5;
}
</style>
background-color css
<style>
a { background-color: #CAB5E5; }
a { background-color: rgb(202,181,229); }
div.DivClassName
{
background-color: #CAB5E5;
}
.BgClassName
{
background-color: #CAB5E5;
}
</style>
border-color css
<style>
span { border-color: #CAB5E5; }
span { border-color: rgb(202,181,229); }
td.TdClassName
{
border-color: #CAB5E5;
}
.TagClassName
{
border-color: #CAB5E5;
}
</style>