Shades of Melrose #CABFEC
Tints of Melrose #CABFEC
RGB
CMYK
RGB Variations
Color information
#CABFEC (or 0xCABFEC) is known color: Melrose. HEX triplet: CA, BF and EC. RGB value is (202,191,236). Sum of RGB (Red+Green+Blue) = 202+191+236=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #CABFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFEC is #354013. Grayscale: #C7C7C7. Windows color (decimal): -3489812 or 15515594. OLE color: 15515594.
HSL color Cylindrical-coordinate representation of color #CABFEC: hue angle of 254.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CABFEC is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 191 | 236 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.07 |
| HSL | 254.67º | 0.54% | 0.84% | - |
| HSV(B) | 254.67º | 0.19% | 0.93% | - |
| XYZ | 58.13 | 55.87 | 87.08 | - |
| YUV | 199.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 191 | 236 | 0.14 | 0.19 | 0 | 0.07 | 254.67 | 0.54 | 0.84 |
| Hex | CA | BF | EC | E | 13 | 0 | 7 | FF | 36 | 54 |
| Octal | 312 | 277 | 354 | 16 | 23 | 0 | 7 | 377 | 66 | 124 |
| Binary | 11001010 | 10111111 | 11101100 | 1110 | 10011 | 0 | 111 | 11111111 | 110110 | 1010100 |
Color Harmonies of #CABFEC
Complementary color
Monochromatic Colors of #CABFEC
Black with #CABFEC
Text Example
Text Example
White with #CABFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFEC; }
p { color: rgb(202,191,236); }
H1.HeaderClassName
{
color: #CABFEC;
}
.AnyTagClassName
{
color: #CABFEC;
}
</style>
background-color css
<style>
a { background-color: #CABFEC; }
a { background-color: rgb(202,191,236); }
div.DivClassName
{
background-color: #CABFEC;
}
.BgClassName
{
background-color: #CABFEC;
}
</style>
border-color css
<style>
span { border-color: #CABFEC; }
span { border-color: rgb(202,191,236); }
td.TdClassName
{
border-color: #CABFEC;
}
.TagClassName
{
border-color: #CABFEC;
}
</style>