Shades of Melrose #CAB8F5
Tints of Melrose #CAB8F5
RGB
CMYK
RGB Variations
Color information
#CAB8F5 (or 0xCAB8F5) is known color: Melrose. HEX triplet: CA, B8 and F5. RGB value is (202,184,245). Sum of RGB (Red+Green+Blue) = 202+184+245=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 184 (72.27% from 255 or 29.16% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 245 - color contains mainly: blue. Hex color #CAB8F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB8F5 is #35470A. Grayscale: #C4C4C4. Windows color (decimal): -3491595 or 16103626. OLE color: 16103626.
HSL color Cylindrical-coordinate representation of color #CAB8F5: hue angle of 257.7º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAB8F5 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 184 | 245 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.04 |
| HSL | 257.7º | 0.75% | 0.84% | - |
| HSV(B) | 257.7º | 0.25% | 0.96% | - |
| XYZ | 57.98 | 53.43 | 93.64 | - |
| YUV | 196.34 | 155.46 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 245 | 0.18 | 0.25 | 0 | 0.04 | 257.7 | 0.75 | 0.84 |
| Hex | CA | B8 | F5 | 12 | 19 | 0 | 4 | 102 | 4B | 54 |
| Octal | 312 | 270 | 365 | 22 | 31 | 0 | 4 | 402 | 113 | 124 |
| Binary | 11001010 | 10111000 | 11110101 | 10010 | 11001 | 0 | 100 | 100000010 | 1001011 | 1010100 |
Color Harmonies of #CAB8F5
Complementary color
Monochromatic Colors of #CAB8F5
Black with #CAB8F5
Text Example
Text Example
White with #CAB8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB8F5; }
p { color: rgb(202,184,245); }
H1.HeaderClassName
{
color: #CAB8F5;
}
.AnyTagClassName
{
color: #CAB8F5;
}
</style>
background-color css
<style>
a { background-color: #CAB8F5; }
a { background-color: rgb(202,184,245); }
div.DivClassName
{
background-color: #CAB8F5;
}
.BgClassName
{
background-color: #CAB8F5;
}
</style>
border-color css
<style>
span { border-color: #CAB8F5; }
span { border-color: rgb(202,184,245); }
td.TdClassName
{
border-color: #CAB8F5;
}
.TagClassName
{
border-color: #CAB8F5;
}
</style>