Shades of Melrose #CABBDD
Tints of Melrose #CABBDD
RGB
CMYK
RGB Variations
Color information
#CABBDD (or 0xCABBDD) is known color: Melrose. HEX triplet: CA, BB and DD. RGB value is (202,187,221). Sum of RGB (Red+Green+Blue) = 202+187+221=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #CABBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBDD is #354422. Grayscale: #C3C3C3. Windows color (decimal): -3490851 or 14531530. OLE color: 14531530.
HSL color Cylindrical-coordinate representation of color #CABBDD: hue angle of 266.47º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CABBDD is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 187 | 221 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.13 |
| HSL | 266.47º | 0.33% | 0.8% | - |
| HSV(B) | 266.47º | 0.15% | 0.87% | - |
| XYZ | 55.18 | 53.32 | 75.79 | - |
| YUV | 195.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 221 | 0.09 | 0.15 | 0 | 0.13 | 266.47 | 0.33 | 0.8 |
| Hex | CA | BB | DD | 9 | F | 0 | D | 10A | 21 | 50 |
| Octal | 312 | 273 | 335 | 11 | 17 | 0 | 15 | 412 | 41 | 120 |
| Binary | 11001010 | 10111011 | 11011101 | 1001 | 1111 | 0 | 1101 | 100001010 | 100001 | 1010000 |
Color Harmonies of #CABBDD
Complementary color
Monochromatic Colors of #CABBDD
Black with #CABBDD
Text Example
Text Example
White with #CABBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBDD; }
p { color: rgb(202,187,221); }
H1.HeaderClassName
{
color: #CABBDD;
}
.AnyTagClassName
{
color: #CABBDD;
}
</style>
background-color css
<style>
a { background-color: #CABBDD; }
a { background-color: rgb(202,187,221); }
div.DivClassName
{
background-color: #CABBDD;
}
.BgClassName
{
background-color: #CABBDD;
}
</style>
border-color css
<style>
span { border-color: #CABBDD; }
span { border-color: rgb(202,187,221); }
td.TdClassName
{
border-color: #CABBDD;
}
.TagClassName
{
border-color: #CABBDD;
}
</style>