Shades of Melrose #CAC3E9
Tints of Melrose #CAC3E9
RGB
CMYK
RGB Variations
Color information
#CAC3E9 (or 0xCAC3E9) is known color: Melrose. HEX triplet: CA, C3 and E9. RGB value is (202,195,233). Sum of RGB (Red+Green+Blue) = 202+195+233=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 195 (76.56% from 255 or 30.95% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 233 - color contains mainly: blue. Hex color #CAC3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC3E9 is #353C16. Grayscale: #C9C9C9. Windows color (decimal): -3488791 or 15320010. OLE color: 15320010.
HSL color Cylindrical-coordinate representation of color #CAC3E9: hue angle of 251.05º degrees, saturation: 0.46, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAC3E9 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 195 | 233 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.09 |
| HSL | 251.05º | 0.46% | 0.84% | - |
| HSV(B) | 251.05º | 0.16% | 0.91% | - |
| XYZ | 58.58 | 57.47 | 85.1 | - |
| YUV | 201.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 233 | 0.13 | 0.16 | 0 | 0.09 | 251.05 | 0.46 | 0.84 |
| Hex | CA | C3 | E9 | D | 10 | 0 | 9 | FB | 2E | 54 |
| Octal | 312 | 303 | 351 | 15 | 20 | 0 | 11 | 373 | 56 | 124 |
| Binary | 11001010 | 11000011 | 11101001 | 1101 | 10000 | 0 | 1001 | 11111011 | 101110 | 1010100 |
Color Harmonies of #CAC3E9
Complementary color
Monochromatic Colors of #CAC3E9
Black with #CAC3E9
Text Example
Text Example
White with #CAC3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC3E9; }
p { color: rgb(202,195,233); }
H1.HeaderClassName
{
color: #CAC3E9;
}
.AnyTagClassName
{
color: #CAC3E9;
}
</style>
background-color css
<style>
a { background-color: #CAC3E9; }
a { background-color: rgb(202,195,233); }
div.DivClassName
{
background-color: #CAC3E9;
}
.BgClassName
{
background-color: #CAC3E9;
}
</style>
border-color css
<style>
span { border-color: #CAC3E9; }
span { border-color: rgb(202,195,233); }
td.TdClassName
{
border-color: #CAC3E9;
}
.TagClassName
{
border-color: #CAC3E9;
}
</style>