Shades of Melrose #CAC4E3
Tints of Melrose #CAC4E3
RGB
CMYK
RGB Variations
Color information
#CAC4E3 (or 0xCAC4E3) is known color: Melrose. HEX triplet: CA, C4 and E3. RGB value is (202,196,227). Sum of RGB (Red+Green+Blue) = 202+196+227=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 227 (89.06% from 255 or 36.32% from 625); Max value from RGB is 227 - color contains mainly: blue. Hex color #CAC4E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4E3 is #353B1C. Grayscale: #C9C9C9. Windows color (decimal): -3488541 or 14927050. OLE color: 14927050.
HSL color Cylindrical-coordinate representation of color #CAC4E3: hue angle of 251.61º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAC4E3 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 196 | 227 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.11 |
| HSL | 251.61º | 0.36% | 0.83% | - |
| HSV(B) | 251.61º | 0.14% | 0.89% | - |
| XYZ | 57.96 | 57.58 | 80.73 | - |
| YUV | 201.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 227 | 0.11 | 0.14 | 0 | 0.11 | 251.61 | 0.36 | 0.83 |
| Hex | CA | C4 | E3 | B | E | 0 | B | FC | 24 | 53 |
| Octal | 312 | 304 | 343 | 13 | 16 | 0 | 13 | 374 | 44 | 123 |
| Binary | 11001010 | 11000100 | 11100011 | 1011 | 1110 | 0 | 1011 | 11111100 | 100100 | 1010011 |
Color Harmonies of #CAC4E3
Complementary color
Monochromatic Colors of #CAC4E3
Black with #CAC4E3
Text Example
Text Example
White with #CAC4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC4E3; }
p { color: rgb(202,196,227); }
H1.HeaderClassName
{
color: #CAC4E3;
}
.AnyTagClassName
{
color: #CAC4E3;
}
</style>
background-color css
<style>
a { background-color: #CAC4E3; }
a { background-color: rgb(202,196,227); }
div.DivClassName
{
background-color: #CAC4E3;
}
.BgClassName
{
background-color: #CAC4E3;
}
</style>
border-color css
<style>
span { border-color: #CAC4E3; }
span { border-color: rgb(202,196,227); }
td.TdClassName
{
border-color: #CAC4E3;
}
.TagClassName
{
border-color: #CAC4E3;
}
</style>