Shades of Melrose #CAC1DA
Tints of Melrose #CAC1DA
RGB
CMYK
RGB Variations
Color information
#CAC1DA (or 0xCAC1DA) is known color: Melrose. HEX triplet: CA, C1 and DA. RGB value is (202,193,218). Sum of RGB (Red+Green+Blue) = 202+193+218=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 218 - color contains mainly: blue. Hex color #CAC1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1DA is #353E25. Grayscale: #C6C6C6. Windows color (decimal): -3489318 or 14336458. OLE color: 14336458.
HSL color Cylindrical-coordinate representation of color #CAC1DA: hue angle of 261.6º degrees, saturation: 0.25, 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 #CAC1DA is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 193 | 218 | - |
CMYK | 0.07 | 0.11 | 0 | 0.15 |
HSL | 261.6º | 0.25% | 0.81% | - |
HSV(B) | 261.6º | 0.11% | 0.85% | - |
XYZ | 56.08 | 55.76 | 74.14 | - |
YUV | 198.54 | 138.98 | 130.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 193 | 218 | 0.07 | 0.11 | 0 | 0.15 | 261.6 | 0.25 | 0.81 |
Hex | CA | C1 | DA | 7 | B | 0 | F | 106 | 19 | 51 |
Octal | 312 | 301 | 332 | 7 | 13 | 0 | 17 | 406 | 31 | 121 |
Binary | 11001010 | 11000001 | 11011010 | 111 | 1011 | 0 | 1111 | 100000110 | 11001 | 1010001 |
Color Harmonies of #CAC1DA
Complementary color
Monochromatic Colors of #CAC1DA
Black with #CAC1DA
Text Example
Text Example
White with #CAC1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC1DA; }
p { color: rgb(202,193,218); }
H1.HeaderClassName
{
color: #CAC1DA;
}
.AnyTagClassName
{
color: #CAC1DA;
}
</style>
background-color css
<style>
a { background-color: #CAC1DA; }
a { background-color: rgb(202,193,218); }
div.DivClassName
{
background-color: #CAC1DA;
}
.BgClassName
{
background-color: #CAC1DA;
}
</style>
border-color css
<style>
span { border-color: #CAC1DA; }
span { border-color: rgb(202,193,218); }
td.TdClassName
{
border-color: #CAC1DA;
}
.TagClassName
{
border-color: #CAC1DA;
}
</style>