Shades of Melrose #CABAF0
Tints of Melrose #CABAF0
RGB
CMYK
RGB Variations
Color information
#CABAF0 (or 0xCABAF0) is known color: Melrose. HEX triplet: CA, BA and F0. RGB value is (202,186,240). Sum of RGB (Red+Green+Blue) = 202+186+240=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 240 - color contains mainly: blue. Hex color #CABAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAF0 is #35450F. Grayscale: #C4C4C4. Windows color (decimal): -3491088 or 15776458. OLE color: 15776458.
HSL color Cylindrical-coordinate representation of color #CABAF0: hue angle of 257.78º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CABAF0 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 186 | 240 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.06 |
| HSL | 257.78º | 0.64% | 0.84% | - |
| HSV(B) | 257.78º | 0.23% | 0.94% | - |
| XYZ | 57.64 | 53.97 | 89.82 | - |
| YUV | 196.94 | 152.3 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 240 | 0.16 | 0.22 | 0 | 0.06 | 257.78 | 0.64 | 0.84 |
| Hex | CA | BA | F0 | 10 | 16 | 0 | 6 | 102 | 40 | 54 |
| Octal | 312 | 272 | 360 | 20 | 26 | 0 | 6 | 402 | 100 | 124 |
| Binary | 11001010 | 10111010 | 11110000 | 10000 | 10110 | 0 | 110 | 100000010 | 1000000 | 1010100 |
Color Harmonies of #CABAF0
Complementary color
Monochromatic Colors of #CABAF0
Black with #CABAF0
Text Example
Text Example
White with #CABAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAF0; }
p { color: rgb(202,186,240); }
H1.HeaderClassName
{
color: #CABAF0;
}
.AnyTagClassName
{
color: #CABAF0;
}
</style>
background-color css
<style>
a { background-color: #CABAF0; }
a { background-color: rgb(202,186,240); }
div.DivClassName
{
background-color: #CABAF0;
}
.BgClassName
{
background-color: #CABAF0;
}
</style>
border-color css
<style>
span { border-color: #CABAF0; }
span { border-color: rgb(202,186,240); }
td.TdClassName
{
border-color: #CABAF0;
}
.TagClassName
{
border-color: #CABAF0;
}
</style>