Shades of Melrose #CAC6DB
Tints of Melrose #CAC6DB
RGB
CMYK
RGB Variations
Color information
#CAC6DB (or 0xCAC6DB) is known color: Melrose. HEX triplet: CA, C6 and DB. RGB value is (202,198,219). Sum of RGB (Red+Green+Blue) = 202+198+219=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAC6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6DB is #353924. Grayscale: #C9C9C9. Windows color (decimal): -3488037 or 14403274. OLE color: 14403274.
HSL color Cylindrical-coordinate representation of color #CAC6DB: hue angle of 251.43º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAC6DB is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 198 | 219 | - |
CMYK | 0.08 | 0.10 | 0 | 0.14 |
HSL | 251.43º | 0.23% | 0.82% | - |
HSV(B) | 251.43º | 0.1% | 0.86% | - |
XYZ | 57.34 | 58.06 | 75.2 | - |
YUV | 201.59 | 137.83 | 128.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 198 | 219 | 0.08 | 0.10 | 0 | 0.14 | 251.43 | 0.23 | 0.82 |
Hex | CA | C6 | DB | 8 | A | 0 | E | FB | 17 | 52 |
Octal | 312 | 306 | 333 | 10 | 12 | 0 | 16 | 373 | 27 | 122 |
Binary | 11001010 | 11000110 | 11011011 | 1000 | 1010 | 0 | 1110 | 11111011 | 10111 | 1010010 |
Color Harmonies of #CAC6DB
Complementary color
Monochromatic Colors of #CAC6DB
Black with #CAC6DB
Text Example
Text Example
White with #CAC6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC6DB; }
p { color: rgb(202,198,219); }
H1.HeaderClassName
{
color: #CAC6DB;
}
.AnyTagClassName
{
color: #CAC6DB;
}
</style>
background-color css
<style>
a { background-color: #CAC6DB; }
a { background-color: rgb(202,198,219); }
div.DivClassName
{
background-color: #CAC6DB;
}
.BgClassName
{
background-color: #CAC6DB;
}
</style>
border-color css
<style>
span { border-color: #CAC6DB; }
span { border-color: rgb(202,198,219); }
td.TdClassName
{
border-color: #CAC6DB;
}
.TagClassName
{
border-color: #CAC6DB;
}
</style>