Shades of Melrose #CAB4E8
Tints of Melrose #CAB4E8
RGB
CMYK
RGB Variations
Color information
#CAB4E8 (or 0xCAB4E8) is known color: Melrose. HEX triplet: CA, B4 and E8. RGB value is (202,180,232). Sum of RGB (Red+Green+Blue) = 202+180+232=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 180 (70.70% from 255 or 29.32% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #CAB4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB4E8 is #354B17. Grayscale: #C0C0C0. Windows color (decimal): -3492632 or 15250634. OLE color: 15250634.
HSL color Cylindrical-coordinate representation of color #CAB4E8: hue angle of 265.38º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAB4E8 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 180 | 232 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.09 |
| HSL | 265.38º | 0.53% | 0.81% | - |
| HSV(B) | 265.38º | 0.22% | 0.91% | - |
| XYZ | 55.24 | 51.03 | 83.28 | - |
| YUV | 192.51 | 150.29 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 232 | 0.13 | 0.22 | 0 | 0.09 | 265.38 | 0.53 | 0.81 |
| Hex | CA | B4 | E8 | D | 16 | 0 | 9 | 109 | 35 | 51 |
| Octal | 312 | 264 | 350 | 15 | 26 | 0 | 11 | 411 | 65 | 121 |
| Binary | 11001010 | 10110100 | 11101000 | 1101 | 10110 | 0 | 1001 | 100001001 | 110101 | 1010001 |
Color Harmonies of #CAB4E8
Complementary color
Monochromatic Colors of #CAB4E8
Black with #CAB4E8
Text Example
Text Example
White with #CAB4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4E8; }
p { color: rgb(202,180,232); }
H1.HeaderClassName
{
color: #CAB4E8;
}
.AnyTagClassName
{
color: #CAB4E8;
}
</style>
background-color css
<style>
a { background-color: #CAB4E8; }
a { background-color: rgb(202,180,232); }
div.DivClassName
{
background-color: #CAB4E8;
}
.BgClassName
{
background-color: #CAB4E8;
}
</style>
border-color css
<style>
span { border-color: #CAB4E8; }
span { border-color: rgb(202,180,232); }
td.TdClassName
{
border-color: #CAB4E8;
}
.TagClassName
{
border-color: #CAB4E8;
}
</style>