Shades of Melrose #CAB0F5
Tints of Melrose #CAB0F5
RGB
CMYK
RGB Variations
Color information
#CAB0F5 (or 0xCAB0F5) is known color: Melrose. HEX triplet: CA, B0 and F5. RGB value is (202,176,245). Sum of RGB (Red+Green+Blue) = 202+176+245=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 245 (96.09% from 255 or 39.33% from 623); Max value from RGB is 245 - color contains mainly: blue. Hex color #CAB0F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB0F5 is #354F0A. Grayscale: #BFBFBF. Windows color (decimal): -3493643 or 16101578. OLE color: 16101578.
HSL color Cylindrical-coordinate representation of color #CAB0F5: hue angle of 262.61º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAB0F5 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 176 | 245 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.04 |
| HSL | 262.61º | 0.78% | 0.83% | - |
| HSV(B) | 262.61º | 0.28% | 0.96% | - |
| XYZ | 56.36 | 50.2 | 93.11 | - |
| YUV | 191.64 | 158.11 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 245 | 0.18 | 0.28 | 0 | 0.04 | 262.61 | 0.78 | 0.83 |
| Hex | CA | B0 | F5 | 12 | 1C | 0 | 4 | 107 | 4E | 53 |
| Octal | 312 | 260 | 365 | 22 | 34 | 0 | 4 | 407 | 116 | 123 |
| Binary | 11001010 | 10110000 | 11110101 | 10010 | 11100 | 0 | 100 | 100000111 | 1001110 | 1010011 |
Color Harmonies of #CAB0F5
Complementary color
Monochromatic Colors of #CAB0F5
Black with #CAB0F5
Text Example
Text Example
White with #CAB0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB0F5; }
p { color: rgb(202,176,245); }
H1.HeaderClassName
{
color: #CAB0F5;
}
.AnyTagClassName
{
color: #CAB0F5;
}
</style>
background-color css
<style>
a { background-color: #CAB0F5; }
a { background-color: rgb(202,176,245); }
div.DivClassName
{
background-color: #CAB0F5;
}
.BgClassName
{
background-color: #CAB0F5;
}
</style>
border-color css
<style>
span { border-color: #CAB0F5; }
span { border-color: rgb(202,176,245); }
td.TdClassName
{
border-color: #CAB0F5;
}
.TagClassName
{
border-color: #CAB0F5;
}
</style>