Shades of Melrose #CAC4DB
Tints of Melrose #CAC4DB
RGB
CMYK
RGB Variations
Color information
#CAC4DB (or 0xCAC4DB) is known color: Melrose. HEX triplet: CA, C4 and DB. RGB value is (202,196,219). Sum of RGB (Red+Green+Blue) = 202+196+219=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAC4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4DB is #353B24. Grayscale: #C8C8C8. Windows color (decimal): -3488549 or 14402762. OLE color: 14402762.
HSL color Cylindrical-coordinate representation of color #CAC4DB: hue angle of 255.65º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAC4DB is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 196 | 219 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.14 |
| HSL | 255.65º | 0.24% | 0.81% | - |
| HSV(B) | 255.65º | 0.11% | 0.86% | - |
| XYZ | 56.88 | 57.15 | 75.05 | - |
| YUV | 200.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 219 | 0.08 | 0.11 | 0 | 0.14 | 255.65 | 0.24 | 0.81 |
| Hex | CA | C4 | DB | 8 | B | 0 | E | 100 | 18 | 51 |
| Octal | 312 | 304 | 333 | 10 | 13 | 0 | 16 | 400 | 30 | 121 |
| Binary | 11001010 | 11000100 | 11011011 | 1000 | 1011 | 0 | 1110 | 100000000 | 11000 | 1010001 |
Color Harmonies of #CAC4DB
Complementary color
Monochromatic Colors of #CAC4DB
Black with #CAC4DB
Text Example
Text Example
White with #CAC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC4DB; }
p { color: rgb(202,196,219); }
H1.HeaderClassName
{
color: #CAC4DB;
}
.AnyTagClassName
{
color: #CAC4DB;
}
</style>
background-color css
<style>
a { background-color: #CAC4DB; }
a { background-color: rgb(202,196,219); }
div.DivClassName
{
background-color: #CAC4DB;
}
.BgClassName
{
background-color: #CAC4DB;
}
</style>
border-color css
<style>
span { border-color: #CAC4DB; }
span { border-color: rgb(202,196,219); }
td.TdClassName
{
border-color: #CAC4DB;
}
.TagClassName
{
border-color: #CAC4DB;
}
</style>