Shades of Melrose #CABFE9
Tints of Melrose #CABFE9
RGB
CMYK
RGB Variations
Color information
#CABFE9 (or 0xCABFE9) is known color: Melrose. HEX triplet: CA, BF and E9. RGB value is (202,191,233). Sum of RGB (Red+Green+Blue) = 202+191+233=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 233 - color contains mainly: blue. Hex color #CABFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFE9 is #354016. Grayscale: #C6C6C6. Windows color (decimal): -3489815 or 15318986. OLE color: 15318986.
HSL color Cylindrical-coordinate representation of color #CABFE9: hue angle of 255.71º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CABFE9 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 191 | 233 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.09 |
| HSL | 255.71º | 0.49% | 0.83% | - |
| HSV(B) | 255.71º | 0.18% | 0.91% | - |
| XYZ | 57.7 | 55.7 | 84.8 | - |
| YUV | 199.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 191 | 233 | 0.13 | 0.18 | 0 | 0.09 | 255.71 | 0.49 | 0.83 |
| Hex | CA | BF | E9 | D | 12 | 0 | 9 | 100 | 31 | 53 |
| Octal | 312 | 277 | 351 | 15 | 22 | 0 | 11 | 400 | 61 | 123 |
| Binary | 11001010 | 10111111 | 11101001 | 1101 | 10010 | 0 | 1001 | 100000000 | 110001 | 1010011 |
Color Harmonies of #CABFE9
Complementary color
Monochromatic Colors of #CABFE9
Black with #CABFE9
Text Example
Text Example
White with #CABFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFE9; }
p { color: rgb(202,191,233); }
H1.HeaderClassName
{
color: #CABFE9;
}
.AnyTagClassName
{
color: #CABFE9;
}
</style>
background-color css
<style>
a { background-color: #CABFE9; }
a { background-color: rgb(202,191,233); }
div.DivClassName
{
background-color: #CABFE9;
}
.BgClassName
{
background-color: #CABFE9;
}
</style>
border-color css
<style>
span { border-color: #CABFE9; }
span { border-color: rgb(202,191,233); }
td.TdClassName
{
border-color: #CABFE9;
}
.TagClassName
{
border-color: #CABFE9;
}
</style>