Shades of Melrose #CABDDB
Tints of Melrose #CABDDB
RGB
CMYK
RGB Variations
Color information
#CABDDB (or 0xCABDDB) is known color: Melrose. HEX triplet: CA, BD and DB. RGB value is (202,189,219). Sum of RGB (Red+Green+Blue) = 202+189+219=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #CABDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDDB is #354224. Grayscale: #C4C4C4. Windows color (decimal): -3490341 or 14400970. OLE color: 14400970.
HSL color Cylindrical-coordinate representation of color #CABDDB: hue angle of 266º degrees, saturation: 0.29, 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 #CABDDB is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 189 | 219 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.14 |
| HSL | 266º | 0.29% | 0.8% | - |
| HSV(B) | 266º | 0.14% | 0.86% | - |
| XYZ | 55.34 | 54.07 | 74.54 | - |
| YUV | 196.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 219 | 0.08 | 0.14 | 0 | 0.14 | 266 | 0.29 | 0.8 |
| Hex | CA | BD | DB | 8 | E | 0 | E | 10A | 1D | 50 |
| Octal | 312 | 275 | 333 | 10 | 16 | 0 | 16 | 412 | 35 | 120 |
| Binary | 11001010 | 10111101 | 11011011 | 1000 | 1110 | 0 | 1110 | 100001010 | 11101 | 1010000 |
Color Harmonies of #CABDDB
Complementary color
Monochromatic Colors of #CABDDB
Black with #CABDDB
Text Example
Text Example
White with #CABDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDDB; }
p { color: rgb(202,189,219); }
H1.HeaderClassName
{
color: #CABDDB;
}
.AnyTagClassName
{
color: #CABDDB;
}
</style>
background-color css
<style>
a { background-color: #CABDDB; }
a { background-color: rgb(202,189,219); }
div.DivClassName
{
background-color: #CABDDB;
}
.BgClassName
{
background-color: #CABDDB;
}
</style>
border-color css
<style>
span { border-color: #CABDDB; }
span { border-color: rgb(202,189,219); }
td.TdClassName
{
border-color: #CABDDB;
}
.TagClassName
{
border-color: #CABDDB;
}
</style>