Shades of Melrose #CABDDC
Tints of Melrose #CABDDC
RGB
CMYK
RGB Variations
Color information
#CABDDC (or 0xCABDDC) is known color: Melrose. HEX triplet: CA, BD and DC. RGB value is (202,189,220). Sum of RGB (Red+Green+Blue) = 202+189+220=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #CABDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDDC is #354223. Grayscale: #C4C4C4. Windows color (decimal): -3490340 or 14466506. OLE color: 14466506.
HSL color Cylindrical-coordinate representation of color #CABDDC: hue angle of 265.16º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CABDDC is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 189 | 220 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.14 |
| HSL | 265.16º | 0.31% | 0.8% | - |
| HSV(B) | 265.16º | 0.14% | 0.86% | - |
| XYZ | 55.47 | 54.12 | 75.23 | - |
| YUV | 196.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 220 | 0.08 | 0.14 | 0 | 0.14 | 265.16 | 0.31 | 0.8 |
| Hex | CA | BD | DC | 8 | E | 0 | E | 109 | 1F | 50 |
| Octal | 312 | 275 | 334 | 10 | 16 | 0 | 16 | 411 | 37 | 120 |
| Binary | 11001010 | 10111101 | 11011100 | 1000 | 1110 | 0 | 1110 | 100001001 | 11111 | 1010000 |
Color Harmonies of #CABDDC
Complementary color
Monochromatic Colors of #CABDDC
Black with #CABDDC
Text Example
Text Example
White with #CABDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDDC; }
p { color: rgb(202,189,220); }
H1.HeaderClassName
{
color: #CABDDC;
}
.AnyTagClassName
{
color: #CABDDC;
}
</style>
background-color css
<style>
a { background-color: #CABDDC; }
a { background-color: rgb(202,189,220); }
div.DivClassName
{
background-color: #CABDDC;
}
.BgClassName
{
background-color: #CABDDC;
}
</style>
border-color css
<style>
span { border-color: #CABDDC; }
span { border-color: rgb(202,189,220); }
td.TdClassName
{
border-color: #CABDDC;
}
.TagClassName
{
border-color: #CABDDC;
}
</style>