Shades of Melrose #CAC1D7
Tints of Melrose #CAC1D7
RGB
CMYK
RGB Variations
Color information
#CAC1D7 (or 0xCAC1D7) is known color: Melrose. HEX triplet: CA, C1 and D7. RGB value is (202,193,215). Sum of RGB (Red+Green+Blue) = 202+193+215=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAC1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1D7 is #353E28. Grayscale: #C6C6C6. Windows color (decimal): -3489321 or 14139850. OLE color: 14139850.
HSL color Cylindrical-coordinate representation of color #CAC1D7: hue angle of 264.55º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAC1D7 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 193 | 215 | - |
CMYK | 0.06 | 0.10 | 0 | 0.16 |
HSL | 264.55º | 0.22% | 0.8% | - |
HSV(B) | 264.55º | 0.1% | 0.84% | - |
XYZ | 55.69 | 55.6 | 72.09 | - |
YUV | 198.2 | 137.48 | 130.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 193 | 215 | 0.06 | 0.10 | 0 | 0.16 | 264.55 | 0.22 | 0.8 |
Hex | CA | C1 | D7 | 6 | A | 0 | 10 | 109 | 16 | 50 |
Octal | 312 | 301 | 327 | 6 | 12 | 0 | 20 | 411 | 26 | 120 |
Binary | 11001010 | 11000001 | 11010111 | 110 | 1010 | 0 | 10000 | 100001001 | 10110 | 1010000 |
Color Harmonies of #CAC1D7
Complementary color
Monochromatic Colors of #CAC1D7
Black with #CAC1D7
Text Example
Text Example
White with #CAC1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC1D7; }
p { color: rgb(202,193,215); }
H1.HeaderClassName
{
color: #CAC1D7;
}
.AnyTagClassName
{
color: #CAC1D7;
}
</style>
background-color css
<style>
a { background-color: #CAC1D7; }
a { background-color: rgb(202,193,215); }
div.DivClassName
{
background-color: #CAC1D7;
}
.BgClassName
{
background-color: #CAC1D7;
}
</style>
border-color css
<style>
span { border-color: #CAC1D7; }
span { border-color: rgb(202,193,215); }
td.TdClassName
{
border-color: #CAC1D7;
}
.TagClassName
{
border-color: #CAC1D7;
}
</style>