Shades of Melrose #CAC2DA
Tints of Melrose #CAC2DA
RGB
CMYK
RGB Variations
Color information
#CAC2DA (or 0xCAC2DA) is known color: Melrose. HEX triplet: CA, C2 and DA. RGB value is (202,194,218). Sum of RGB (Red+Green+Blue) = 202+194+218=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAC2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2DA is #353D25. Grayscale: #C7C7C7. Windows color (decimal): -3489062 or 14336714. OLE color: 14336714.
HSL color Cylindrical-coordinate representation of color #CAC2DA: hue angle of 260º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAC2DA is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 194 | 218 | - |
CMYK | 0.07 | 0.11 | 0 | 0.15 |
HSL | 260º | 0.24% | 0.81% | - |
HSV(B) | 260º | 0.11% | 0.85% | - |
XYZ | 56.3 | 56.2 | 74.21 | - |
YUV | 199.13 | 138.65 | 130.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 194 | 218 | 0.07 | 0.11 | 0 | 0.15 | 260 | 0.24 | 0.81 |
Hex | CA | C2 | DA | 7 | B | 0 | F | 104 | 18 | 51 |
Octal | 312 | 302 | 332 | 7 | 13 | 0 | 17 | 404 | 30 | 121 |
Binary | 11001010 | 11000010 | 11011010 | 111 | 1011 | 0 | 1111 | 100000100 | 11000 | 1010001 |
Color Harmonies of #CAC2DA
Complementary color
Monochromatic Colors of #CAC2DA
Black with #CAC2DA
Text Example
Text Example
White with #CAC2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2DA; }
p { color: rgb(202,194,218); }
H1.HeaderClassName
{
color: #CAC2DA;
}
.AnyTagClassName
{
color: #CAC2DA;
}
</style>
background-color css
<style>
a { background-color: #CAC2DA; }
a { background-color: rgb(202,194,218); }
div.DivClassName
{
background-color: #CAC2DA;
}
.BgClassName
{
background-color: #CAC2DA;
}
</style>
border-color css
<style>
span { border-color: #CAC2DA; }
span { border-color: rgb(202,194,218); }
td.TdClassName
{
border-color: #CAC2DA;
}
.TagClassName
{
border-color: #CAC2DA;
}
</style>