Shades of Melrose #CABAE5
Tints of Melrose #CABAE5
RGB
CMYK
RGB Variations
Color information
#CABAE5 (or 0xCABAE5) is known color: Melrose. HEX triplet: CA, BA and E5. RGB value is (202,186,229). Sum of RGB (Red+Green+Blue) = 202+186+229=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 229 - color contains mainly: blue. Hex color #CABAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAE5 is #35451A. Grayscale: #C3C3C3. Windows color (decimal): -3491099 or 15055562. OLE color: 15055562.
HSL color Cylindrical-coordinate representation of color #CABAE5: hue angle of 262.33º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CABAE5 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 186 | 229 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.10 |
| HSL | 262.33º | 0.45% | 0.81% | - |
| HSV(B) | 262.33º | 0.19% | 0.9% | - |
| XYZ | 56.06 | 53.33 | 81.47 | - |
| YUV | 195.69 | 146.8 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 229 | 0.12 | 0.19 | 0 | 0.10 | 262.33 | 0.45 | 0.81 |
| Hex | CA | BA | E5 | C | 13 | 0 | A | 106 | 2D | 51 |
| Octal | 312 | 272 | 345 | 14 | 23 | 0 | 12 | 406 | 55 | 121 |
| Binary | 11001010 | 10111010 | 11100101 | 1100 | 10011 | 0 | 1010 | 100000110 | 101101 | 1010001 |
Color Harmonies of #CABAE5
Complementary color
Monochromatic Colors of #CABAE5
Black with #CABAE5
Text Example
Text Example
White with #CABAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAE5; }
p { color: rgb(202,186,229); }
H1.HeaderClassName
{
color: #CABAE5;
}
.AnyTagClassName
{
color: #CABAE5;
}
</style>
background-color css
<style>
a { background-color: #CABAE5; }
a { background-color: rgb(202,186,229); }
div.DivClassName
{
background-color: #CABAE5;
}
.BgClassName
{
background-color: #CABAE5;
}
</style>
border-color css
<style>
span { border-color: #CABAE5; }
span { border-color: rgb(202,186,229); }
td.TdClassName
{
border-color: #CABAE5;
}
.TagClassName
{
border-color: #CABAE5;
}
</style>