Shades of Melrose #CABCE8
Tints of Melrose #CABCE8
RGB
CMYK
RGB Variations
Color information
#CABCE8 (or 0xCABCE8) is known color: Melrose. HEX triplet: CA, BC and E8. RGB value is (202,188,232). Sum of RGB (Red+Green+Blue) = 202+188+232=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 232 - color contains mainly: blue. Hex color #CABCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABCE8 is #354317. Grayscale: #C5C5C5. Windows color (decimal): -3490584 or 15252682. OLE color: 15252682.
HSL color Cylindrical-coordinate representation of color #CABCE8: hue angle of 259.09º 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 #CABCE8 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 188 | 232 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.09 |
| HSL | 259.09º | 0.49% | 0.82% | - |
| HSV(B) | 259.09º | 0.19% | 0.91% | - |
| XYZ | 56.91 | 54.35 | 83.84 | - |
| YUV | 197.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 232 | 0.13 | 0.19 | 0 | 0.09 | 259.09 | 0.49 | 0.82 |
| Hex | CA | BC | E8 | D | 13 | 0 | 9 | 103 | 31 | 52 |
| Octal | 312 | 274 | 350 | 15 | 23 | 0 | 11 | 403 | 61 | 122 |
| Binary | 11001010 | 10111100 | 11101000 | 1101 | 10011 | 0 | 1001 | 100000011 | 110001 | 1010010 |
Color Harmonies of #CABCE8
Complementary color
Monochromatic Colors of #CABCE8
Black with #CABCE8
Text Example
Text Example
White with #CABCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABCE8; }
p { color: rgb(202,188,232); }
H1.HeaderClassName
{
color: #CABCE8;
}
.AnyTagClassName
{
color: #CABCE8;
}
</style>
background-color css
<style>
a { background-color: #CABCE8; }
a { background-color: rgb(202,188,232); }
div.DivClassName
{
background-color: #CABCE8;
}
.BgClassName
{
background-color: #CABCE8;
}
</style>
border-color css
<style>
span { border-color: #CABCE8; }
span { border-color: rgb(202,188,232); }
td.TdClassName
{
border-color: #CABCE8;
}
.TagClassName
{
border-color: #CABCE8;
}
</style>