Shades of Melrose #CAC5E5
Tints of Melrose #CAC5E5
RGB
CMYK
RGB Variations
Color information
#CAC5E5 (or 0xCAC5E5) is known color: Melrose. HEX triplet: CA, C5 and E5. RGB value is (202,197,229). Sum of RGB (Red+Green+Blue) = 202+197+229=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAC5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5E5 is #353A1A. Grayscale: #CACACA. Windows color (decimal): -3488283 or 15058378. OLE color: 15058378.
HSL color Cylindrical-coordinate representation of color #CAC5E5: hue angle of 249.38º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAC5E5 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 202 | 197 | 229 | - |
CMYK | 0.12 | 0.14 | 0 | 0.10 |
HSL | 249.38º | 0.38% | 0.84% | - |
HSV(B) | 249.38º | 0.14% | 0.9% | - |
XYZ | 58.47 | 58.15 | 82.27 | - |
YUV | 202.14 | 143.16 | 127.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 197 | 229 | 0.12 | 0.14 | 0 | 0.10 | 249.38 | 0.38 | 0.84 |
Hex | CA | C5 | E5 | C | E | 0 | A | F9 | 26 | 54 |
Octal | 312 | 305 | 345 | 14 | 16 | 0 | 12 | 371 | 46 | 124 |
Binary | 11001010 | 11000101 | 11100101 | 1100 | 1110 | 0 | 1010 | 11111001 | 100110 | 1010100 |
Color Harmonies of #CAC5E5
Complementary color
Monochromatic Colors of #CAC5E5
Black with #CAC5E5
Text Example
Text Example
White with #CAC5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5E5; }
p { color: rgb(202,197,229); }
H1.HeaderClassName
{
color: #CAC5E5;
}
.AnyTagClassName
{
color: #CAC5E5;
}
</style>
background-color css
<style>
a { background-color: #CAC5E5; }
a { background-color: rgb(202,197,229); }
div.DivClassName
{
background-color: #CAC5E5;
}
.BgClassName
{
background-color: #CAC5E5;
}
</style>
border-color css
<style>
span { border-color: #CAC5E5; }
span { border-color: rgb(202,197,229); }
td.TdClassName
{
border-color: #CAC5E5;
}
.TagClassName
{
border-color: #CAC5E5;
}
</style>