Shades of Melrose #CAC4E5
Tints of Melrose #CAC4E5
RGB
CMYK
RGB Variations
Color information
#CAC4E5 (or 0xCAC4E5) is known color: Melrose. HEX triplet: CA, C4 and E5. RGB value is (202,196,229). Sum of RGB (Red+Green+Blue) = 202+196+229=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAC4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4E5 is #353B1A. Grayscale: #C9C9C9. Windows color (decimal): -3488539 or 15058122. OLE color: 15058122.
HSL color Cylindrical-coordinate representation of color #CAC4E5: hue angle of 250.91º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAC4E5 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 196 | 229 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.10 |
| HSL | 250.91º | 0.39% | 0.83% | - |
| HSV(B) | 250.91º | 0.14% | 0.9% | - |
| XYZ | 58.24 | 57.69 | 82.2 | - |
| YUV | 201.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 229 | 0.12 | 0.14 | 0 | 0.10 | 250.91 | 0.39 | 0.83 |
| Hex | CA | C4 | E5 | C | E | 0 | A | FB | 27 | 53 |
| Octal | 312 | 304 | 345 | 14 | 16 | 0 | 12 | 373 | 47 | 123 |
| Binary | 11001010 | 11000100 | 11100101 | 1100 | 1110 | 0 | 1010 | 11111011 | 100111 | 1010011 |
Color Harmonies of #CAC4E5
Complementary color
Monochromatic Colors of #CAC4E5
Black with #CAC4E5
Text Example
Text Example
White with #CAC4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC4E5; }
p { color: rgb(202,196,229); }
H1.HeaderClassName
{
color: #CAC4E5;
}
.AnyTagClassName
{
color: #CAC4E5;
}
</style>
background-color css
<style>
a { background-color: #CAC4E5; }
a { background-color: rgb(202,196,229); }
div.DivClassName
{
background-color: #CAC4E5;
}
.BgClassName
{
background-color: #CAC4E5;
}
</style>
border-color css
<style>
span { border-color: #CAC4E5; }
span { border-color: rgb(202,196,229); }
td.TdClassName
{
border-color: #CAC4E5;
}
.TagClassName
{
border-color: #CAC4E5;
}
</style>