Shades of Melrose #CABBE8
Tints of Melrose #CABBE8
RGB
CMYK
RGB Variations
Color information
#CABBE8 (or 0xCABBE8) is known color: Melrose. HEX triplet: CA, BB and E8. RGB value is (202,187,232). Sum of RGB (Red+Green+Blue) = 202+187+232=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 232 - color contains mainly: blue. Hex color #CABBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBE8 is #354417. Grayscale: #C4C4C4. Windows color (decimal): -3490840 or 15252426. OLE color: 15252426.
HSL color Cylindrical-coordinate representation of color #CABBE8: hue angle of 260º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CABBE8 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 187 | 232 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.09 |
| HSL | 260º | 0.49% | 0.82% | - |
| HSV(B) | 260º | 0.19% | 0.91% | - |
| XYZ | 56.69 | 53.92 | 83.76 | - |
| YUV | 196.62 | 147.97 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 232 | 0.13 | 0.19 | 0 | 0.09 | 260 | 0.49 | 0.82 |
| Hex | CA | BB | E8 | D | 13 | 0 | 9 | 104 | 31 | 52 |
| Octal | 312 | 273 | 350 | 15 | 23 | 0 | 11 | 404 | 61 | 122 |
| Binary | 11001010 | 10111011 | 11101000 | 1101 | 10011 | 0 | 1001 | 100000100 | 110001 | 1010010 |
Color Harmonies of #CABBE8
Complementary color
Monochromatic Colors of #CABBE8
Black with #CABBE8
Text Example
Text Example
White with #CABBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBE8; }
p { color: rgb(202,187,232); }
H1.HeaderClassName
{
color: #CABBE8;
}
.AnyTagClassName
{
color: #CABBE8;
}
</style>
background-color css
<style>
a { background-color: #CABBE8; }
a { background-color: rgb(202,187,232); }
div.DivClassName
{
background-color: #CABBE8;
}
.BgClassName
{
background-color: #CABBE8;
}
</style>
border-color css
<style>
span { border-color: #CABBE8; }
span { border-color: rgb(202,187,232); }
td.TdClassName
{
border-color: #CABBE8;
}
.TagClassName
{
border-color: #CABBE8;
}
</style>