Shades of Melrose #CAC1E6
Tints of Melrose #CAC1E6
RGB
CMYK
RGB Variations
Color information
#CAC1E6 (or 0xCAC1E6) is known color: Melrose. HEX triplet: CA, C1 and E6. RGB value is (202,193,230). Sum of RGB (Red+Green+Blue) = 202+193+230=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #CAC1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC1E6 is #353E19. Grayscale: #C7C7C7. Windows color (decimal): -3489306 or 15122890. OLE color: 15122890.
HSL color Cylindrical-coordinate representation of color #CAC1E6: hue angle of 254.59º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAC1E6 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 202 | 193 | 230 | - |
CMYK | 0.12 | 0.16 | 0 | 0.10 |
HSL | 254.59º | 0.43% | 0.83% | - |
HSV(B) | 254.59º | 0.16% | 0.9% | - |
XYZ | 57.71 | 56.41 | 82.71 | - |
YUV | 199.91 | 144.98 | 129.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 193 | 230 | 0.12 | 0.16 | 0 | 0.10 | 254.59 | 0.43 | 0.83 |
Hex | CA | C1 | E6 | C | 10 | 0 | A | FF | 2B | 53 |
Octal | 312 | 301 | 346 | 14 | 20 | 0 | 12 | 377 | 53 | 123 |
Binary | 11001010 | 11000001 | 11100110 | 1100 | 10000 | 0 | 1010 | 11111111 | 101011 | 1010011 |
Color Harmonies of #CAC1E6
Complementary color
Monochromatic Colors of #CAC1E6
Black with #CAC1E6
Text Example
Text Example
White with #CAC1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC1E6; }
p { color: rgb(202,193,230); }
H1.HeaderClassName
{
color: #CAC1E6;
}
.AnyTagClassName
{
color: #CAC1E6;
}
</style>
background-color css
<style>
a { background-color: #CAC1E6; }
a { background-color: rgb(202,193,230); }
div.DivClassName
{
background-color: #CAC1E6;
}
.BgClassName
{
background-color: #CAC1E6;
}
</style>
border-color css
<style>
span { border-color: #CAC1E6; }
span { border-color: rgb(202,193,230); }
td.TdClassName
{
border-color: #CAC1E6;
}
.TagClassName
{
border-color: #CAC1E6;
}
</style>