Shades of Melrose #CABCE9
Tints of Melrose #CABCE9
RGB
CMYK
RGB Variations
Color information
#CABCE9 (or 0xCABCE9) is known color: Melrose. HEX triplet: CA, BC and E9. RGB value is (202,188,233). Sum of RGB (Red+Green+Blue) = 202+188+233=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 233 - color contains mainly: blue. Hex color #CABCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABCE9 is #354316. Grayscale: #C5C5C5. Windows color (decimal): -3490583 or 15318218. OLE color: 15318218.
HSL color Cylindrical-coordinate representation of color #CABCE9: hue angle of 258.67º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CABCE9 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 188 | 233 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.09 |
| HSL | 258.67º | 0.51% | 0.83% | - |
| HSV(B) | 258.67º | 0.19% | 0.91% | - |
| XYZ | 57.05 | 54.41 | 84.59 | - |
| YUV | 197.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 233 | 0.13 | 0.19 | 0 | 0.09 | 258.67 | 0.51 | 0.83 |
| Hex | CA | BC | E9 | D | 13 | 0 | 9 | 103 | 33 | 53 |
| Octal | 312 | 274 | 351 | 15 | 23 | 0 | 11 | 403 | 63 | 123 |
| Binary | 11001010 | 10111100 | 11101001 | 1101 | 10011 | 0 | 1001 | 100000011 | 110011 | 1010011 |
Color Harmonies of #CABCE9
Complementary color
Monochromatic Colors of #CABCE9
Black with #CABCE9
Text Example
Text Example
White with #CABCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABCE9; }
p { color: rgb(202,188,233); }
H1.HeaderClassName
{
color: #CABCE9;
}
.AnyTagClassName
{
color: #CABCE9;
}
</style>
background-color css
<style>
a { background-color: #CABCE9; }
a { background-color: rgb(202,188,233); }
div.DivClassName
{
background-color: #CABCE9;
}
.BgClassName
{
background-color: #CABCE9;
}
</style>
border-color css
<style>
span { border-color: #CABCE9; }
span { border-color: rgb(202,188,233); }
td.TdClassName
{
border-color: #CABCE9;
}
.TagClassName
{
border-color: #CABCE9;
}
</style>