Shades of Melrose #CAC6E4
Tints of Melrose #CAC6E4
RGB
CMYK
RGB Variations
Color information
#CAC6E4 (or 0xCAC6E4) is known color: Melrose. HEX triplet: CA, C6 and E4. RGB value is (202,198,228). Sum of RGB (Red+Green+Blue) = 202+198+228=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 228 - color contains mainly: blue. Hex color #CAC6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6E4 is #35391B. Grayscale: #CACACA. Windows color (decimal): -3488028 or 14993098. OLE color: 14993098.
HSL color Cylindrical-coordinate representation of color #CAC6E4: hue angle of 248º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAC6E4 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 198 | 228 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.11 |
| HSL | 248º | 0.36% | 0.84% | - |
| HSV(B) | 248º | 0.13% | 0.89% | - |
| XYZ | 58.55 | 58.55 | 81.61 | - |
| YUV | 202.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 228 | 0.11 | 0.13 | 0 | 0.11 | 248 | 0.36 | 0.84 |
| Hex | CA | C6 | E4 | B | D | 0 | B | F8 | 24 | 54 |
| Octal | 312 | 306 | 344 | 13 | 15 | 0 | 13 | 370 | 44 | 124 |
| Binary | 11001010 | 11000110 | 11100100 | 1011 | 1101 | 0 | 1011 | 11111000 | 100100 | 1010100 |
Color Harmonies of #CAC6E4
Complementary color
Monochromatic Colors of #CAC6E4
Black with #CAC6E4
Text Example
Text Example
White with #CAC6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC6E4; }
p { color: rgb(202,198,228); }
H1.HeaderClassName
{
color: #CAC6E4;
}
.AnyTagClassName
{
color: #CAC6E4;
}
</style>
background-color css
<style>
a { background-color: #CAC6E4; }
a { background-color: rgb(202,198,228); }
div.DivClassName
{
background-color: #CAC6E4;
}
.BgClassName
{
background-color: #CAC6E4;
}
</style>
border-color css
<style>
span { border-color: #CAC6E4; }
span { border-color: rgb(202,198,228); }
td.TdClassName
{
border-color: #CAC6E4;
}
.TagClassName
{
border-color: #CAC6E4;
}
</style>