Shades of Melrose #CAC5E6
Tints of Melrose #CAC5E6
RGB
CMYK
RGB Variations
Color information
#CAC5E6 (or 0xCAC5E6) is known color: Melrose. HEX triplet: CA, C5 and E6. RGB value is (202,197,230). Sum of RGB (Red+Green+Blue) = 202+197+230=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 230 - color contains mainly: blue. Hex color #CAC5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC5E6 is #353A19. Grayscale: #CACACA. Windows color (decimal): -3488282 or 15123914. OLE color: 15123914.
HSL color Cylindrical-coordinate representation of color #CAC5E6: hue angle of 249.09º degrees, saturation: 0.4, 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 #CAC5E6 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 202 | 197 | 230 | - |
CMYK | 0.12 | 0.14 | 0 | 0.10 |
HSL | 249.09º | 0.4% | 0.84% | - |
HSV(B) | 249.09º | 0.14% | 0.9% | - |
XYZ | 58.61 | 58.2 | 83.01 | - |
YUV | 202.26 | 143.66 | 127.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 197 | 230 | 0.12 | 0.14 | 0 | 0.10 | 249.09 | 0.4 | 0.84 |
Hex | CA | C5 | E6 | C | E | 0 | A | F9 | 28 | 54 |
Octal | 312 | 305 | 346 | 14 | 16 | 0 | 12 | 371 | 50 | 124 |
Binary | 11001010 | 11000101 | 11100110 | 1100 | 1110 | 0 | 1010 | 11111001 | 101000 | 1010100 |
Color Harmonies of #CAC5E6
Complementary color
Monochromatic Colors of #CAC5E6
Black with #CAC5E6
Text Example
Text Example
White with #CAC5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5E6; }
p { color: rgb(202,197,230); }
H1.HeaderClassName
{
color: #CAC5E6;
}
.AnyTagClassName
{
color: #CAC5E6;
}
</style>
background-color css
<style>
a { background-color: #CAC5E6; }
a { background-color: rgb(202,197,230); }
div.DivClassName
{
background-color: #CAC5E6;
}
.BgClassName
{
background-color: #CAC5E6;
}
</style>
border-color css
<style>
span { border-color: #CAC5E6; }
span { border-color: rgb(202,197,230); }
td.TdClassName
{
border-color: #CAC5E6;
}
.TagClassName
{
border-color: #CAC5E6;
}
</style>