Shades of Melrose #CABCE6
Tints of Melrose #CABCE6
RGB
CMYK
RGB Variations
Color information
#CABCE6 (or 0xCABCE6) is known color: Melrose. HEX triplet: CA, BC and E6. RGB value is (202,188,230). Sum of RGB (Red+Green+Blue) = 202+188+230=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #CABCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABCE6 is #354319. Grayscale: #C4C4C4. Windows color (decimal): -3490586 or 15121610. OLE color: 15121610.
HSL color Cylindrical-coordinate representation of color #CABCE6: hue angle of 260º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CABCE6 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 188 | 230 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.10 |
| HSL | 260º | 0.46% | 0.82% | - |
| HSV(B) | 260º | 0.18% | 0.9% | - |
| XYZ | 56.62 | 54.24 | 82.35 | - |
| YUV | 196.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 230 | 0.12 | 0.18 | 0 | 0.10 | 260 | 0.46 | 0.82 |
| Hex | CA | BC | E6 | C | 12 | 0 | A | 104 | 2E | 52 |
| Octal | 312 | 274 | 346 | 14 | 22 | 0 | 12 | 404 | 56 | 122 |
| Binary | 11001010 | 10111100 | 11100110 | 1100 | 10010 | 0 | 1010 | 100000100 | 101110 | 1010010 |
Color Harmonies of #CABCE6
Complementary color
Monochromatic Colors of #CABCE6
Black with #CABCE6
Text Example
Text Example
White with #CABCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABCE6; }
p { color: rgb(202,188,230); }
H1.HeaderClassName
{
color: #CABCE6;
}
.AnyTagClassName
{
color: #CABCE6;
}
</style>
background-color css
<style>
a { background-color: #CABCE6; }
a { background-color: rgb(202,188,230); }
div.DivClassName
{
background-color: #CABCE6;
}
.BgClassName
{
background-color: #CABCE6;
}
</style>
border-color css
<style>
span { border-color: #CABCE6; }
span { border-color: rgb(202,188,230); }
td.TdClassName
{
border-color: #CABCE6;
}
.TagClassName
{
border-color: #CABCE6;
}
</style>