Shades of Melrose #CAC0ED
Tints of Melrose #CAC0ED
RGB
CMYK
RGB Variations
Color information
#CAC0ED (or 0xCAC0ED) is known color: Melrose. HEX triplet: CA, C0 and ED. RGB value is (202,192,237). Sum of RGB (Red+Green+Blue) = 202+192+237=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAC0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC0ED is #353F12. Grayscale: #C7C7C7. Windows color (decimal): -3489555 or 15581386. OLE color: 15581386.
HSL color Cylindrical-coordinate representation of color #CAC0ED: hue angle of 253.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAC0ED is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 192 | 237 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.07 |
| HSL | 253.33º | 0.56% | 0.84% | - |
| HSV(B) | 253.33º | 0.19% | 0.93% | - |
| XYZ | 58.49 | 56.37 | 87.92 | - |
| YUV | 200.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 237 | 0.15 | 0.19 | 0 | 0.07 | 253.33 | 0.56 | 0.84 |
| Hex | CA | C0 | ED | F | 13 | 0 | 7 | FD | 38 | 54 |
| Octal | 312 | 300 | 355 | 17 | 23 | 0 | 7 | 375 | 70 | 124 |
| Binary | 11001010 | 11000000 | 11101101 | 1111 | 10011 | 0 | 111 | 11111101 | 111000 | 1010100 |
Color Harmonies of #CAC0ED
Complementary color
Monochromatic Colors of #CAC0ED
Black with #CAC0ED
Text Example
Text Example
White with #CAC0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC0ED; }
p { color: rgb(202,192,237); }
H1.HeaderClassName
{
color: #CAC0ED;
}
.AnyTagClassName
{
color: #CAC0ED;
}
</style>
background-color css
<style>
a { background-color: #CAC0ED; }
a { background-color: rgb(202,192,237); }
div.DivClassName
{
background-color: #CAC0ED;
}
.BgClassName
{
background-color: #CAC0ED;
}
</style>
border-color css
<style>
span { border-color: #CAC0ED; }
span { border-color: rgb(202,192,237); }
td.TdClassName
{
border-color: #CAC0ED;
}
.TagClassName
{
border-color: #CAC0ED;
}
</style>