Shades of Melrose #CABBF0
Tints of Melrose #CABBF0
RGB
CMYK
RGB Variations
Color information
#CABBF0 (or 0xCABBF0) is known color: Melrose. HEX triplet: CA, BB and F0. RGB value is (202,187,240). Sum of RGB (Red+Green+Blue) = 202+187+240=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #CABBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBF0 is #35440F. Grayscale: #C5C5C5. Windows color (decimal): -3490832 or 15776714. OLE color: 15776714.
HSL color Cylindrical-coordinate representation of color #CABBF0: hue angle of 256.98º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CABBF0 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 187 | 240 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.06 |
| HSL | 256.98º | 0.64% | 0.84% | - |
| HSV(B) | 256.98º | 0.22% | 0.94% | - |
| XYZ | 57.86 | 54.39 | 89.89 | - |
| YUV | 197.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 240 | 0.16 | 0.22 | 0 | 0.06 | 256.98 | 0.64 | 0.84 |
| Hex | CA | BB | F0 | 10 | 16 | 0 | 6 | 101 | 40 | 54 |
| Octal | 312 | 273 | 360 | 20 | 26 | 0 | 6 | 401 | 100 | 124 |
| Binary | 11001010 | 10111011 | 11110000 | 10000 | 10110 | 0 | 110 | 100000001 | 1000000 | 1010100 |
Color Harmonies of #CABBF0
Complementary color
Monochromatic Colors of #CABBF0
Black with #CABBF0
Text Example
Text Example
White with #CABBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBF0; }
p { color: rgb(202,187,240); }
H1.HeaderClassName
{
color: #CABBF0;
}
.AnyTagClassName
{
color: #CABBF0;
}
</style>
background-color css
<style>
a { background-color: #CABBF0; }
a { background-color: rgb(202,187,240); }
div.DivClassName
{
background-color: #CABBF0;
}
.BgClassName
{
background-color: #CABBF0;
}
</style>
border-color css
<style>
span { border-color: #CABBF0; }
span { border-color: rgb(202,187,240); }
td.TdClassName
{
border-color: #CABBF0;
}
.TagClassName
{
border-color: #CABBF0;
}
</style>