Shades of Melrose #CAB6F5
Tints of Melrose #CAB6F5
RGB
CMYK
RGB Variations
Color information
#CAB6F5 (or 0xCAB6F5) is known color: Melrose. HEX triplet: CA, B6 and F5. RGB value is (202,182,245). Sum of RGB (Red+Green+Blue) = 202+182+245=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 182 (71.48% from 255 or 28.93% from 629); Blue value is 245 (96.09% from 255 or 38.95% from 629); Max value from RGB is 245 - color contains mainly: blue. Hex color #CAB6F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB6F5 is #35490A. Grayscale: #C2C2C2. Windows color (decimal): -3492107 or 16103114. OLE color: 16103114.
HSL color Cylindrical-coordinate representation of color #CAB6F5: hue angle of 259.05º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAB6F5 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 182 | 245 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.04 |
| HSL | 259.05º | 0.76% | 0.84% | - |
| HSV(B) | 259.05º | 0.26% | 0.96% | - |
| XYZ | 57.57 | 52.61 | 93.51 | - |
| YUV | 195.16 | 156.13 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 245 | 0.18 | 0.26 | 0 | 0.04 | 259.05 | 0.76 | 0.84 |
| Hex | CA | B6 | F5 | 12 | 1A | 0 | 4 | 103 | 4C | 54 |
| Octal | 312 | 266 | 365 | 22 | 32 | 0 | 4 | 403 | 114 | 124 |
| Binary | 11001010 | 10110110 | 11110101 | 10010 | 11010 | 0 | 100 | 100000011 | 1001100 | 1010100 |
Color Harmonies of #CAB6F5
Complementary color
Monochromatic Colors of #CAB6F5
Black with #CAB6F5
Text Example
Text Example
White with #CAB6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB6F5; }
p { color: rgb(202,182,245); }
H1.HeaderClassName
{
color: #CAB6F5;
}
.AnyTagClassName
{
color: #CAB6F5;
}
</style>
background-color css
<style>
a { background-color: #CAB6F5; }
a { background-color: rgb(202,182,245); }
div.DivClassName
{
background-color: #CAB6F5;
}
.BgClassName
{
background-color: #CAB6F5;
}
</style>
border-color css
<style>
span { border-color: #CAB6F5; }
span { border-color: rgb(202,182,245); }
td.TdClassName
{
border-color: #CAB6F5;
}
.TagClassName
{
border-color: #CAB6F5;
}
</style>