Shades of Melrose #CABAF5
Tints of Melrose #CABAF5
RGB
CMYK
RGB Variations
Color information
#CABAF5 (or 0xCABAF5) is known color: Melrose. HEX triplet: CA, BA and F5. RGB value is (202,186,245). Sum of RGB (Red+Green+Blue) = 202+186+245=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 245 (96.09% from 255 or 38.70% from 633); Max value from RGB is 245 - color contains mainly: blue. Hex color #CABAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAF5 is #35450A. Grayscale: #C5C5C5. Windows color (decimal): -3491083 or 16104138. OLE color: 16104138.
HSL color Cylindrical-coordinate representation of color #CABAF5: hue angle of 256.27º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CABAF5 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 186 | 245 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.04 |
| HSL | 256.27º | 0.75% | 0.85% | - |
| HSV(B) | 256.27º | 0.24% | 0.96% | - |
| XYZ | 58.4 | 54.27 | 93.78 | - |
| YUV | 197.51 | 154.8 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 245 | 0.18 | 0.24 | 0 | 0.04 | 256.27 | 0.75 | 0.85 |
| Hex | CA | BA | F5 | 12 | 18 | 0 | 4 | 100 | 4B | 55 |
| Octal | 312 | 272 | 365 | 22 | 30 | 0 | 4 | 400 | 113 | 125 |
| Binary | 11001010 | 10111010 | 11110101 | 10010 | 11000 | 0 | 100 | 100000000 | 1001011 | 1010101 |
Color Harmonies of #CABAF5
Complementary color
Monochromatic Colors of #CABAF5
Black with #CABAF5
Text Example
Text Example
White with #CABAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAF5; }
p { color: rgb(202,186,245); }
H1.HeaderClassName
{
color: #CABAF5;
}
.AnyTagClassName
{
color: #CABAF5;
}
</style>
background-color css
<style>
a { background-color: #CABAF5; }
a { background-color: rgb(202,186,245); }
div.DivClassName
{
background-color: #CABAF5;
}
.BgClassName
{
background-color: #CABAF5;
}
</style>
border-color css
<style>
span { border-color: #CABAF5; }
span { border-color: rgb(202,186,245); }
td.TdClassName
{
border-color: #CABAF5;
}
.TagClassName
{
border-color: #CABAF5;
}
</style>