Shades of Melrose #CABDE1
Tints of Melrose #CABDE1
RGB
CMYK
RGB Variations
Color information
#CABDE1 (or 0xCABDE1) is known color: Melrose. HEX triplet: CA, BD and E1. RGB value is (202,189,225). Sum of RGB (Red+Green+Blue) = 202+189+225=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 225 - color contains mainly: blue. Hex color #CABDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDE1 is #35421E. Grayscale: #C4C4C4. Windows color (decimal): -3490335 or 14794186. OLE color: 14794186.
HSL color Cylindrical-coordinate representation of color #CABDE1: hue angle of 261.67º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CABDE1 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 189 | 225 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.12 |
| HSL | 261.67º | 0.38% | 0.81% | - |
| HSV(B) | 261.67º | 0.16% | 0.88% | - |
| XYZ | 56.15 | 54.39 | 78.77 | - |
| YUV | 196.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 225 | 0.10 | 0.16 | 0 | 0.12 | 261.67 | 0.38 | 0.81 |
| Hex | CA | BD | E1 | A | 10 | 0 | C | 106 | 26 | 51 |
| Octal | 312 | 275 | 341 | 12 | 20 | 0 | 14 | 406 | 46 | 121 |
| Binary | 11001010 | 10111101 | 11100001 | 1010 | 10000 | 0 | 1100 | 100000110 | 100110 | 1010001 |
Color Harmonies of #CABDE1
Complementary color
Monochromatic Colors of #CABDE1
Black with #CABDE1
Text Example
Text Example
White with #CABDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDE1; }
p { color: rgb(202,189,225); }
H1.HeaderClassName
{
color: #CABDE1;
}
.AnyTagClassName
{
color: #CABDE1;
}
</style>
background-color css
<style>
a { background-color: #CABDE1; }
a { background-color: rgb(202,189,225); }
div.DivClassName
{
background-color: #CABDE1;
}
.BgClassName
{
background-color: #CABDE1;
}
</style>
border-color css
<style>
span { border-color: #CABDE1; }
span { border-color: rgb(202,189,225); }
td.TdClassName
{
border-color: #CABDE1;
}
.TagClassName
{
border-color: #CABDE1;
}
</style>