Shades of Melrose #CAB8EE
Tints of Melrose #CAB8EE
RGB
CMYK
RGB Variations
Color information
#CAB8EE (or 0xCAB8EE) is known color: Melrose. HEX triplet: CA, B8 and EE. RGB value is (202,184,238). Sum of RGB (Red+Green+Blue) = 202+184+238=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 184 (72.27% from 255 or 29.49% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB8EE is #354711. Grayscale: #C3C3C3. Windows color (decimal): -3491602 or 15644874. OLE color: 15644874.
HSL color Cylindrical-coordinate representation of color #CAB8EE: hue angle of 260º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAB8EE is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 184 | 238 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.07 |
| HSL | 260º | 0.61% | 0.83% | - |
| HSV(B) | 260º | 0.23% | 0.93% | - |
| XYZ | 56.93 | 53.01 | 88.12 | - |
| YUV | 195.54 | 151.96 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 238 | 0.15 | 0.23 | 0 | 0.07 | 260 | 0.61 | 0.83 |
| Hex | CA | B8 | EE | F | 17 | 0 | 7 | 104 | 3D | 53 |
| Octal | 312 | 270 | 356 | 17 | 27 | 0 | 7 | 404 | 75 | 123 |
| Binary | 11001010 | 10111000 | 11101110 | 1111 | 10111 | 0 | 111 | 100000100 | 111101 | 1010011 |
Color Harmonies of #CAB8EE
Complementary color
Monochromatic Colors of #CAB8EE
Black with #CAB8EE
Text Example
Text Example
White with #CAB8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB8EE; }
p { color: rgb(202,184,238); }
H1.HeaderClassName
{
color: #CAB8EE;
}
.AnyTagClassName
{
color: #CAB8EE;
}
</style>
background-color css
<style>
a { background-color: #CAB8EE; }
a { background-color: rgb(202,184,238); }
div.DivClassName
{
background-color: #CAB8EE;
}
.BgClassName
{
background-color: #CAB8EE;
}
</style>
border-color css
<style>
span { border-color: #CAB8EE; }
span { border-color: rgb(202,184,238); }
td.TdClassName
{
border-color: #CAB8EE;
}
.TagClassName
{
border-color: #CAB8EE;
}
</style>