Shades of Melrose #CAC1EC
Tints of Melrose #CAC1EC
RGB
CMYK
RGB Variations
Color information
#CAC1EC (or 0xCAC1EC) is known color: Melrose. HEX triplet: CA, C1 and EC. RGB value is (202,193,236). Sum of RGB (Red+Green+Blue) = 202+193+236=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAC1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC1EC is #353E13. Grayscale: #C8C8C8. Windows color (decimal): -3489300 or 15516106. OLE color: 15516106.
HSL color Cylindrical-coordinate representation of color #CAC1EC: hue angle of 252.56º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAC1EC is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 193 | 236 | - |
CMYK | 0.14 | 0.18 | 0 | 0.07 |
HSL | 252.56º | 0.53% | 0.84% | - |
HSV(B) | 252.56º | 0.18% | 0.93% | - |
XYZ | 58.57 | 56.75 | 87.22 | - |
YUV | 200.59 | 147.98 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 193 | 236 | 0.14 | 0.18 | 0 | 0.07 | 252.56 | 0.53 | 0.84 |
Hex | CA | C1 | EC | E | 12 | 0 | 7 | FD | 35 | 54 |
Octal | 312 | 301 | 354 | 16 | 22 | 0 | 7 | 375 | 65 | 124 |
Binary | 11001010 | 11000001 | 11101100 | 1110 | 10010 | 0 | 111 | 11111101 | 110101 | 1010100 |
Color Harmonies of #CAC1EC
Complementary color
Monochromatic Colors of #CAC1EC
Black with #CAC1EC
Text Example
Text Example
White with #CAC1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC1EC; }
p { color: rgb(202,193,236); }
H1.HeaderClassName
{
color: #CAC1EC;
}
.AnyTagClassName
{
color: #CAC1EC;
}
</style>
background-color css
<style>
a { background-color: #CAC1EC; }
a { background-color: rgb(202,193,236); }
div.DivClassName
{
background-color: #CAC1EC;
}
.BgClassName
{
background-color: #CAC1EC;
}
</style>
border-color css
<style>
span { border-color: #CAC1EC; }
span { border-color: rgb(202,193,236); }
td.TdClassName
{
border-color: #CAC1EC;
}
.TagClassName
{
border-color: #CAC1EC;
}
</style>