Shades of Melrose #CAC3E8
Tints of Melrose #CAC3E8
RGB
CMYK
RGB Variations
Color information
#CAC3E8 (or 0xCAC3E8) is known color: Melrose. HEX triplet: CA, C3 and E8. RGB value is (202,195,232). Sum of RGB (Red+Green+Blue) = 202+195+232=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 195 (76.56% from 255 or 31.00% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 232 - color contains mainly: blue. Hex color #CAC3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC3E8 is #353C17. Grayscale: #C9C9C9. Windows color (decimal): -3488792 or 15254474. OLE color: 15254474.
HSL color Cylindrical-coordinate representation of color #CAC3E8: hue angle of 251.35º degrees, saturation: 0.45, 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 #CAC3E8 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 195 | 232 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.09 |
| HSL | 251.35º | 0.45% | 0.84% | - |
| HSV(B) | 251.35º | 0.16% | 0.91% | - |
| XYZ | 58.44 | 57.41 | 84.35 | - |
| YUV | 201.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 232 | 0.13 | 0.16 | 0 | 0.09 | 251.35 | 0.45 | 0.84 |
| Hex | CA | C3 | E8 | D | 10 | 0 | 9 | FB | 2D | 54 |
| Octal | 312 | 303 | 350 | 15 | 20 | 0 | 11 | 373 | 55 | 124 |
| Binary | 11001010 | 11000011 | 11101000 | 1101 | 10000 | 0 | 1001 | 11111011 | 101101 | 1010100 |
Color Harmonies of #CAC3E8
Complementary color
Monochromatic Colors of #CAC3E8
Black with #CAC3E8
Text Example
Text Example
White with #CAC3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC3E8; }
p { color: rgb(202,195,232); }
H1.HeaderClassName
{
color: #CAC3E8;
}
.AnyTagClassName
{
color: #CAC3E8;
}
</style>
background-color css
<style>
a { background-color: #CAC3E8; }
a { background-color: rgb(202,195,232); }
div.DivClassName
{
background-color: #CAC3E8;
}
.BgClassName
{
background-color: #CAC3E8;
}
</style>
border-color css
<style>
span { border-color: #CAC3E8; }
span { border-color: rgb(202,195,232); }
td.TdClassName
{
border-color: #CAC3E8;
}
.TagClassName
{
border-color: #CAC3E8;
}
</style>