Shades of Melrose #CAB0F9
Tints of Melrose #CAB0F9
RGB
CMYK
RGB Variations
Color information
#CAB0F9 (or 0xCAB0F9) is known color: Melrose. HEX triplet: CA, B0 and F9. RGB value is (202,176,249). Sum of RGB (Red+Green+Blue) = 202+176+249=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 176 (69.14% from 255 or 28.07% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAB0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB0F9 is #354F06. Grayscale: #BFBFBF. Windows color (decimal): -3493639 or 16363722. OLE color: 16363722.
HSL color Cylindrical-coordinate representation of color #CAB0F9: hue angle of 261.37º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAB0F9 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 176 | 249 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.02 |
| HSL | 261.37º | 0.86% | 0.83% | - |
| HSV(B) | 261.37º | 0.29% | 0.98% | - |
| XYZ | 56.98 | 50.45 | 96.36 | - |
| YUV | 192.1 | 160.11 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 249 | 0.19 | 0.29 | 0 | 0.02 | 261.37 | 0.86 | 0.83 |
| Hex | CA | B0 | F9 | 13 | 1D | 0 | 2 | 105 | 56 | 53 |
| Octal | 312 | 260 | 371 | 23 | 35 | 0 | 2 | 405 | 126 | 123 |
| Binary | 11001010 | 10110000 | 11111001 | 10011 | 11101 | 0 | 10 | 100000101 | 1010110 | 1010011 |
Color Harmonies of #CAB0F9
Complementary color
Monochromatic Colors of #CAB0F9
Black with #CAB0F9
Text Example
Text Example
White with #CAB0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB0F9; }
p { color: rgb(202,176,249); }
H1.HeaderClassName
{
color: #CAB0F9;
}
.AnyTagClassName
{
color: #CAB0F9;
}
</style>
background-color css
<style>
a { background-color: #CAB0F9; }
a { background-color: rgb(202,176,249); }
div.DivClassName
{
background-color: #CAB0F9;
}
.BgClassName
{
background-color: #CAB0F9;
}
</style>
border-color css
<style>
span { border-color: #CAB0F9; }
span { border-color: rgb(202,176,249); }
td.TdClassName
{
border-color: #CAB0F9;
}
.TagClassName
{
border-color: #CAB0F9;
}
</style>