Shades of Melrose #CAC1EE
Tints of Melrose #CAC1EE
RGB
CMYK
RGB Variations
Color information
#CAC1EE (or 0xCAC1EE) is known color: Melrose. HEX triplet: CA, C1 and EE. RGB value is (202,193,238). Sum of RGB (Red+Green+Blue) = 202+193+238=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC1EE is #353E11. Grayscale: #C8C8C8. Windows color (decimal): -3489298 or 15647178. OLE color: 15647178.
HSL color Cylindrical-coordinate representation of color #CAC1EE: hue angle of 252º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAC1EE is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 193 | 238 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.07 |
| HSL | 252º | 0.57% | 0.85% | - |
| HSV(B) | 252º | 0.19% | 0.93% | - |
| XYZ | 58.86 | 56.87 | 88.76 | - |
| YUV | 200.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 238 | 0.15 | 0.19 | 0 | 0.07 | 252 | 0.57 | 0.85 |
| Hex | CA | C1 | EE | F | 13 | 0 | 7 | FC | 39 | 55 |
| Octal | 312 | 301 | 356 | 17 | 23 | 0 | 7 | 374 | 71 | 125 |
| Binary | 11001010 | 11000001 | 11101110 | 1111 | 10011 | 0 | 111 | 11111100 | 111001 | 1010101 |
Color Harmonies of #CAC1EE
Complementary color
Monochromatic Colors of #CAC1EE
Black with #CAC1EE
Text Example
Text Example
White with #CAC1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC1EE; }
p { color: rgb(202,193,238); }
H1.HeaderClassName
{
color: #CAC1EE;
}
.AnyTagClassName
{
color: #CAC1EE;
}
</style>
background-color css
<style>
a { background-color: #CAC1EE; }
a { background-color: rgb(202,193,238); }
div.DivClassName
{
background-color: #CAC1EE;
}
.BgClassName
{
background-color: #CAC1EE;
}
</style>
border-color css
<style>
span { border-color: #CAC1EE; }
span { border-color: rgb(202,193,238); }
td.TdClassName
{
border-color: #CAC1EE;
}
.TagClassName
{
border-color: #CAC1EE;
}
</style>