Shades of Melrose #CABEE0
Tints of Melrose #CABEE0
RGB
CMYK
RGB Variations
Color information
#CABEE0 (or 0xCABEE0) is known color: Melrose. HEX triplet: CA, BE and E0. RGB value is (202,190,224). Sum of RGB (Red+Green+Blue) = 202+190+224=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #CABEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEE0 is #35411F. Grayscale: #C5C5C5. Windows color (decimal): -3490080 or 14728906. OLE color: 14728906.
HSL color Cylindrical-coordinate representation of color #CABEE0: hue angle of 261.18º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CABEE0 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 190 | 224 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.12 |
| HSL | 261.18º | 0.35% | 0.81% | - |
| HSV(B) | 261.18º | 0.15% | 0.88% | - |
| XYZ | 56.23 | 54.77 | 78.13 | - |
| YUV | 197.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 190 | 224 | 0.10 | 0.15 | 0 | 0.12 | 261.18 | 0.35 | 0.81 |
| Hex | CA | BE | E0 | A | F | 0 | C | 105 | 23 | 51 |
| Octal | 312 | 276 | 340 | 12 | 17 | 0 | 14 | 405 | 43 | 121 |
| Binary | 11001010 | 10111110 | 11100000 | 1010 | 1111 | 0 | 1100 | 100000101 | 100011 | 1010001 |
Color Harmonies of #CABEE0
Complementary color
Monochromatic Colors of #CABEE0
Black with #CABEE0
Text Example
Text Example
White with #CABEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABEE0; }
p { color: rgb(202,190,224); }
H1.HeaderClassName
{
color: #CABEE0;
}
.AnyTagClassName
{
color: #CABEE0;
}
</style>
background-color css
<style>
a { background-color: #CABEE0; }
a { background-color: rgb(202,190,224); }
div.DivClassName
{
background-color: #CABEE0;
}
.BgClassName
{
background-color: #CABEE0;
}
</style>
border-color css
<style>
span { border-color: #CABEE0; }
span { border-color: rgb(202,190,224); }
td.TdClassName
{
border-color: #CABEE0;
}
.TagClassName
{
border-color: #CABEE0;
}
</style>