Shades of Melrose #CAC6DD
Tints of Melrose #CAC6DD
RGB
CMYK
RGB Variations
Color information
#CAC6DD (or 0xCAC6DD) is known color: Melrose. HEX triplet: CA, C6 and DD. RGB value is (202,198,221). Sum of RGB (Red+Green+Blue) = 202+198+221=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6DD is #353922. Grayscale: #C9C9C9. Windows color (decimal): -3488035 or 14534346. OLE color: 14534346.
HSL color Cylindrical-coordinate representation of color #CAC6DD: hue angle of 250.43º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAC6DD is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 198 | 221 | - |
CMYK | 0.09 | 0.10 | 0 | 0.13 |
HSL | 250.43º | 0.25% | 0.82% | - |
HSV(B) | 250.43º | 0.1% | 0.87% | - |
XYZ | 57.6 | 58.17 | 76.6 | - |
YUV | 201.82 | 138.83 | 128.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 198 | 221 | 0.09 | 0.10 | 0 | 0.13 | 250.43 | 0.25 | 0.82 |
Hex | CA | C6 | DD | 9 | A | 0 | D | FA | 19 | 52 |
Octal | 312 | 306 | 335 | 11 | 12 | 0 | 15 | 372 | 31 | 122 |
Binary | 11001010 | 11000110 | 11011101 | 1001 | 1010 | 0 | 1101 | 11111010 | 11001 | 1010010 |
Color Harmonies of #CAC6DD
Complementary color
Monochromatic Colors of #CAC6DD
Black with #CAC6DD
Text Example
Text Example
White with #CAC6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC6DD; }
p { color: rgb(202,198,221); }
H1.HeaderClassName
{
color: #CAC6DD;
}
.AnyTagClassName
{
color: #CAC6DD;
}
</style>
background-color css
<style>
a { background-color: #CAC6DD; }
a { background-color: rgb(202,198,221); }
div.DivClassName
{
background-color: #CAC6DD;
}
.BgClassName
{
background-color: #CAC6DD;
}
</style>
border-color css
<style>
span { border-color: #CAC6DD; }
span { border-color: rgb(202,198,221); }
td.TdClassName
{
border-color: #CAC6DD;
}
.TagClassName
{
border-color: #CAC6DD;
}
</style>