Shades of Melrose #CAC5DB
Tints of Melrose #CAC5DB
RGB
CMYK
RGB Variations
Color information
#CAC5DB (or 0xCAC5DB) is known color: Melrose. HEX triplet: CA, C5 and DB. RGB value is (202,197,219). Sum of RGB (Red+Green+Blue) = 202+197+219=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAC5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5DB is #353A24. Grayscale: #C8C8C8. Windows color (decimal): -3488293 or 14403018. OLE color: 14403018.
HSL color Cylindrical-coordinate representation of color #CAC5DB: hue angle of 253.64º 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 #CAC5DB is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 197 | 219 | - |
CMYK | 0.08 | 0.10 | 0 | 0.14 |
HSL | 253.64º | 0.23% | 0.82% | - |
HSV(B) | 253.64º | 0.1% | 0.86% | - |
XYZ | 57.11 | 57.6 | 75.13 | - |
YUV | 201 | 138.16 | 128.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 197 | 219 | 0.08 | 0.10 | 0 | 0.14 | 253.64 | 0.23 | 0.82 |
Hex | CA | C5 | DB | 8 | A | 0 | E | FE | 17 | 52 |
Octal | 312 | 305 | 333 | 10 | 12 | 0 | 16 | 376 | 27 | 122 |
Binary | 11001010 | 11000101 | 11011011 | 1000 | 1010 | 0 | 1110 | 11111110 | 10111 | 1010010 |
Color Harmonies of #CAC5DB
Complementary color
Monochromatic Colors of #CAC5DB
Black with #CAC5DB
Text Example
Text Example
White with #CAC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5DB; }
p { color: rgb(202,197,219); }
H1.HeaderClassName
{
color: #CAC5DB;
}
.AnyTagClassName
{
color: #CAC5DB;
}
</style>
background-color css
<style>
a { background-color: #CAC5DB; }
a { background-color: rgb(202,197,219); }
div.DivClassName
{
background-color: #CAC5DB;
}
.BgClassName
{
background-color: #CAC5DB;
}
</style>
border-color css
<style>
span { border-color: #CAC5DB; }
span { border-color: rgb(202,197,219); }
td.TdClassName
{
border-color: #CAC5DB;
}
.TagClassName
{
border-color: #CAC5DB;
}
</style>