Shades of Melrose #CAB9F0
Tints of Melrose #CAB9F0
RGB
CMYK
RGB Variations
Color information
#CAB9F0 (or 0xCAB9F0) is known color: Melrose. HEX triplet: CA, B9 and F0. RGB value is (202,185,240). Sum of RGB (Red+Green+Blue) = 202+185+240=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #CAB9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB9F0 is #35460F. Grayscale: #C4C4C4. Windows color (decimal): -3491344 or 15776202. OLE color: 15776202.
HSL color Cylindrical-coordinate representation of color #CAB9F0: hue angle of 258.55º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAB9F0 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 185 | 240 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.06 |
| HSL | 258.55º | 0.65% | 0.83% | - |
| HSV(B) | 258.55º | 0.23% | 0.94% | - |
| XYZ | 57.43 | 53.55 | 89.75 | - |
| YUV | 196.35 | 152.63 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 240 | 0.16 | 0.23 | 0 | 0.06 | 258.55 | 0.65 | 0.83 |
| Hex | CA | B9 | F0 | 10 | 17 | 0 | 6 | 103 | 41 | 53 |
| Octal | 312 | 271 | 360 | 20 | 27 | 0 | 6 | 403 | 101 | 123 |
| Binary | 11001010 | 10111001 | 11110000 | 10000 | 10111 | 0 | 110 | 100000011 | 1000001 | 1010011 |
Color Harmonies of #CAB9F0
Complementary color
Monochromatic Colors of #CAB9F0
Black with #CAB9F0
Text Example
Text Example
White with #CAB9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB9F0; }
p { color: rgb(202,185,240); }
H1.HeaderClassName
{
color: #CAB9F0;
}
.AnyTagClassName
{
color: #CAB9F0;
}
</style>
background-color css
<style>
a { background-color: #CAB9F0; }
a { background-color: rgb(202,185,240); }
div.DivClassName
{
background-color: #CAB9F0;
}
.BgClassName
{
background-color: #CAB9F0;
}
</style>
border-color css
<style>
span { border-color: #CAB9F0; }
span { border-color: rgb(202,185,240); }
td.TdClassName
{
border-color: #CAB9F0;
}
.TagClassName
{
border-color: #CAB9F0;
}
</style>