Shades of Melrose #CABBED
Tints of Melrose #CABBED
RGB
CMYK
RGB Variations
Color information
#CABBED (or 0xCABBED) is known color: Melrose. HEX triplet: CA, BB and ED. RGB value is (202,187,237). Sum of RGB (Red+Green+Blue) = 202+187+237=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #CABBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBED is #354412. Grayscale: #C5C5C5. Windows color (decimal): -3490835 or 15580106. OLE color: 15580106.
HSL color Cylindrical-coordinate representation of color #CABBED: hue angle of 258º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CABBED is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 187 | 237 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.07 |
| HSL | 258º | 0.58% | 0.83% | - |
| HSV(B) | 258º | 0.21% | 0.93% | - |
| XYZ | 57.41 | 54.21 | 87.56 | - |
| YUV | 197.19 | 150.47 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 237 | 0.15 | 0.21 | 0 | 0.07 | 258 | 0.58 | 0.83 |
| Hex | CA | BB | ED | F | 15 | 0 | 7 | 102 | 3A | 53 |
| Octal | 312 | 273 | 355 | 17 | 25 | 0 | 7 | 402 | 72 | 123 |
| Binary | 11001010 | 10111011 | 11101101 | 1111 | 10101 | 0 | 111 | 100000010 | 111010 | 1010011 |
Color Harmonies of #CABBED
Complementary color
Monochromatic Colors of #CABBED
Black with #CABBED
Text Example
Text Example
White with #CABBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBED; }
p { color: rgb(202,187,237); }
H1.HeaderClassName
{
color: #CABBED;
}
.AnyTagClassName
{
color: #CABBED;
}
</style>
background-color css
<style>
a { background-color: #CABBED; }
a { background-color: rgb(202,187,237); }
div.DivClassName
{
background-color: #CABBED;
}
.BgClassName
{
background-color: #CABBED;
}
</style>
border-color css
<style>
span { border-color: #CABBED; }
span { border-color: rgb(202,187,237); }
td.TdClassName
{
border-color: #CABBED;
}
.TagClassName
{
border-color: #CABBED;
}
</style>