Shades of Melrose #CABCDC
Tints of Melrose #CABCDC
RGB
CMYK
RGB Variations
Color information
#CABCDC (or 0xCABCDC) is known color: Melrose. HEX triplet: CA, BC and DC. RGB value is (202,188,220). Sum of RGB (Red+Green+Blue) = 202+188+220=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #CABCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCDC is #354323. Grayscale: #C3C3C3. Windows color (decimal): -3490596 or 14466250. OLE color: 14466250.
HSL color Cylindrical-coordinate representation of color #CABCDC: hue angle of 266.25º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CABCDC is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 188 | 220 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.14 |
| HSL | 266.25º | 0.31% | 0.8% | - |
| HSV(B) | 266.25º | 0.15% | 0.86% | - |
| XYZ | 55.26 | 53.69 | 75.16 | - |
| YUV | 195.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 220 | 0.08 | 0.15 | 0 | 0.14 | 266.25 | 0.31 | 0.8 |
| Hex | CA | BC | DC | 8 | F | 0 | E | 10A | 1F | 50 |
| Octal | 312 | 274 | 334 | 10 | 17 | 0 | 16 | 412 | 37 | 120 |
| Binary | 11001010 | 10111100 | 11011100 | 1000 | 1111 | 0 | 1110 | 100001010 | 11111 | 1010000 |
Color Harmonies of #CABCDC
Complementary color
Monochromatic Colors of #CABCDC
Black with #CABCDC
Text Example
Text Example
White with #CABCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABCDC; }
p { color: rgb(202,188,220); }
H1.HeaderClassName
{
color: #CABCDC;
}
.AnyTagClassName
{
color: #CABCDC;
}
</style>
background-color css
<style>
a { background-color: #CABCDC; }
a { background-color: rgb(202,188,220); }
div.DivClassName
{
background-color: #CABCDC;
}
.BgClassName
{
background-color: #CABCDC;
}
</style>
border-color css
<style>
span { border-color: #CABCDC; }
span { border-color: rgb(202,188,220); }
td.TdClassName
{
border-color: #CABCDC;
}
.TagClassName
{
border-color: #CABCDC;
}
</style>