Shades of Melrose #CAC1EA
Tints of Melrose #CAC1EA
RGB
CMYK
RGB Variations
Color information
#CAC1EA (or 0xCAC1EA) is known color: Melrose. HEX triplet: CA, C1 and EA. RGB value is (202,193,234). Sum of RGB (Red+Green+Blue) = 202+193+234=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAC1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC1EA is #353E15. Grayscale: #C8C8C8. Windows color (decimal): -3489302 or 15385034. OLE color: 15385034.
HSL color Cylindrical-coordinate representation of color #CAC1EA: hue angle of 253.17º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAC1EA is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 193 | 234 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.08 |
| HSL | 253.17º | 0.49% | 0.84% | - |
| HSV(B) | 253.17º | 0.18% | 0.92% | - |
| XYZ | 58.28 | 56.64 | 85.7 | - |
| YUV | 200.37 | 146.98 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 234 | 0.14 | 0.18 | 0 | 0.08 | 253.17 | 0.49 | 0.84 |
| Hex | CA | C1 | EA | E | 12 | 0 | 8 | FD | 31 | 54 |
| Octal | 312 | 301 | 352 | 16 | 22 | 0 | 10 | 375 | 61 | 124 |
| Binary | 11001010 | 11000001 | 11101010 | 1110 | 10010 | 0 | 1000 | 11111101 | 110001 | 1010100 |
Color Harmonies of #CAC1EA
Complementary color
Monochromatic Colors of #CAC1EA
Black with #CAC1EA
Text Example
Text Example
White with #CAC1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC1EA; }
p { color: rgb(202,193,234); }
H1.HeaderClassName
{
color: #CAC1EA;
}
.AnyTagClassName
{
color: #CAC1EA;
}
</style>
background-color css
<style>
a { background-color: #CAC1EA; }
a { background-color: rgb(202,193,234); }
div.DivClassName
{
background-color: #CAC1EA;
}
.BgClassName
{
background-color: #CAC1EA;
}
</style>
border-color css
<style>
span { border-color: #CAC1EA; }
span { border-color: rgb(202,193,234); }
td.TdClassName
{
border-color: #CAC1EA;
}
.TagClassName
{
border-color: #CAC1EA;
}
</style>