Shades of Melrose #CABFDE
Tints of Melrose #CABFDE
RGB
CMYK
RGB Variations
Color information
#CABFDE (or 0xCABFDE) is known color: Melrose. HEX triplet: CA, BF and DE. RGB value is (202,191,222). Sum of RGB (Red+Green+Blue) = 202+191+222=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #CABFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFDE is #354021. Grayscale: #C5C5C5. Windows color (decimal): -3489826 or 14598090. OLE color: 14598090.
HSL color Cylindrical-coordinate representation of color #CABFDE: hue angle of 261.29º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CABFDE is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 191 | 222 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.13 |
| HSL | 261.29º | 0.32% | 0.81% | - |
| HSV(B) | 261.29º | 0.14% | 0.87% | - |
| XYZ | 56.17 | 55.09 | 76.78 | - |
| YUV | 197.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 191 | 222 | 0.09 | 0.14 | 0 | 0.13 | 261.29 | 0.32 | 0.81 |
| Hex | CA | BF | DE | 9 | E | 0 | D | 105 | 20 | 51 |
| Octal | 312 | 277 | 336 | 11 | 16 | 0 | 15 | 405 | 40 | 121 |
| Binary | 11001010 | 10111111 | 11011110 | 1001 | 1110 | 0 | 1101 | 100000101 | 100000 | 1010001 |
Color Harmonies of #CABFDE
Complementary color
Monochromatic Colors of #CABFDE
Black with #CABFDE
Text Example
Text Example
White with #CABFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFDE; }
p { color: rgb(202,191,222); }
H1.HeaderClassName
{
color: #CABFDE;
}
.AnyTagClassName
{
color: #CABFDE;
}
</style>
background-color css
<style>
a { background-color: #CABFDE; }
a { background-color: rgb(202,191,222); }
div.DivClassName
{
background-color: #CABFDE;
}
.BgClassName
{
background-color: #CABFDE;
}
</style>
border-color css
<style>
span { border-color: #CABFDE; }
span { border-color: rgb(202,191,222); }
td.TdClassName
{
border-color: #CABFDE;
}
.TagClassName
{
border-color: #CABFDE;
}
</style>