Shades of Melrose #CABEE3
Tints of Melrose #CABEE3
RGB
CMYK
RGB Variations
Color information
#CABEE3 (or 0xCABEE3) is known color: Melrose. HEX triplet: CA, BE and E3. RGB value is (202,190,227). Sum of RGB (Red+Green+Blue) = 202+190+227=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #CABEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEE3 is #35411C. Grayscale: #C5C5C5. Windows color (decimal): -3490077 or 14925514. OLE color: 14925514.
HSL color Cylindrical-coordinate representation of color #CABEE3: hue angle of 259.46º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CABEE3 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 190 | 227 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.11 |
| HSL | 259.46º | 0.4% | 0.82% | - |
| HSV(B) | 259.46º | 0.16% | 0.89% | - |
| XYZ | 56.64 | 54.93 | 80.29 | - |
| YUV | 197.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 190 | 227 | 0.11 | 0.16 | 0 | 0.11 | 259.46 | 0.4 | 0.82 |
| Hex | CA | BE | E3 | B | 10 | 0 | B | 103 | 28 | 52 |
| Octal | 312 | 276 | 343 | 13 | 20 | 0 | 13 | 403 | 50 | 122 |
| Binary | 11001010 | 10111110 | 11100011 | 1011 | 10000 | 0 | 1011 | 100000011 | 101000 | 1010010 |
Color Harmonies of #CABEE3
Complementary color
Monochromatic Colors of #CABEE3
Black with #CABEE3
Text Example
Text Example
White with #CABEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABEE3; }
p { color: rgb(202,190,227); }
H1.HeaderClassName
{
color: #CABEE3;
}
.AnyTagClassName
{
color: #CABEE3;
}
</style>
background-color css
<style>
a { background-color: #CABEE3; }
a { background-color: rgb(202,190,227); }
div.DivClassName
{
background-color: #CABEE3;
}
.BgClassName
{
background-color: #CABEE3;
}
</style>
border-color css
<style>
span { border-color: #CABEE3; }
span { border-color: rgb(202,190,227); }
td.TdClassName
{
border-color: #CABEE3;
}
.TagClassName
{
border-color: #CABEE3;
}
</style>