Shades of Melrose #CAC1E5
Tints of Melrose #CAC1E5
RGB
CMYK
RGB Variations
Color information
#CAC1E5 (or 0xCAC1E5) is known color: Melrose. HEX triplet: CA, C1 and E5. RGB value is (202,193,229). Sum of RGB (Red+Green+Blue) = 202+193+229=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAC1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1E5 is #353E1A. Grayscale: #C7C7C7. Windows color (decimal): -3489307 or 15057354. OLE color: 15057354.
HSL color Cylindrical-coordinate representation of color #CAC1E5: hue angle of 255º degrees, saturation: 0.41, 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 #CAC1E5 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 202 | 193 | 229 | - |
CMYK | 0.12 | 0.16 | 0 | 0.10 |
HSL | 255º | 0.41% | 0.83% | - |
HSV(B) | 255º | 0.16% | 0.9% | - |
XYZ | 57.57 | 56.35 | 81.97 | - |
YUV | 199.8 | 144.48 | 129.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 193 | 229 | 0.12 | 0.16 | 0 | 0.10 | 255 | 0.41 | 0.83 |
Hex | CA | C1 | E5 | C | 10 | 0 | A | FF | 29 | 53 |
Octal | 312 | 301 | 345 | 14 | 20 | 0 | 12 | 377 | 51 | 123 |
Binary | 11001010 | 11000001 | 11100101 | 1100 | 10000 | 0 | 1010 | 11111111 | 101001 | 1010011 |
Color Harmonies of #CAC1E5
Complementary color
Monochromatic Colors of #CAC1E5
Black with #CAC1E5
Text Example
Text Example
White with #CAC1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC1E5; }
p { color: rgb(202,193,229); }
H1.HeaderClassName
{
color: #CAC1E5;
}
.AnyTagClassName
{
color: #CAC1E5;
}
</style>
background-color css
<style>
a { background-color: #CAC1E5; }
a { background-color: rgb(202,193,229); }
div.DivClassName
{
background-color: #CAC1E5;
}
.BgClassName
{
background-color: #CAC1E5;
}
</style>
border-color css
<style>
span { border-color: #CAC1E5; }
span { border-color: rgb(202,193,229); }
td.TdClassName
{
border-color: #CAC1E5;
}
.TagClassName
{
border-color: #CAC1E5;
}
</style>