Shades of Melrose #CABFE8
Tints of Melrose #CABFE8
RGB
CMYK
RGB Variations
Color information
#CABFE8 (or 0xCABFE8) is known color: Melrose. HEX triplet: CA, BF and E8. RGB value is (202,191,232). Sum of RGB (Red+Green+Blue) = 202+191+232=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 232 - color contains mainly: blue. Hex color #CABFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFE8 is #354017. Grayscale: #C6C6C6. Windows color (decimal): -3489816 or 15253450. OLE color: 15253450.
HSL color Cylindrical-coordinate representation of color #CABFE8: hue angle of 256.1º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CABFE8 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 191 | 232 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.09 |
| HSL | 256.1º | 0.47% | 0.83% | - |
| HSV(B) | 256.1º | 0.18% | 0.91% | - |
| XYZ | 57.55 | 55.64 | 84.05 | - |
| YUV | 198.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 191 | 232 | 0.13 | 0.18 | 0 | 0.09 | 256.1 | 0.47 | 0.83 |
| Hex | CA | BF | E8 | D | 12 | 0 | 9 | 100 | 2F | 53 |
| Octal | 312 | 277 | 350 | 15 | 22 | 0 | 11 | 400 | 57 | 123 |
| Binary | 11001010 | 10111111 | 11101000 | 1101 | 10010 | 0 | 1001 | 100000000 | 101111 | 1010011 |
Color Harmonies of #CABFE8
Complementary color
Monochromatic Colors of #CABFE8
Black with #CABFE8
Text Example
Text Example
White with #CABFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFE8; }
p { color: rgb(202,191,232); }
H1.HeaderClassName
{
color: #CABFE8;
}
.AnyTagClassName
{
color: #CABFE8;
}
</style>
background-color css
<style>
a { background-color: #CABFE8; }
a { background-color: rgb(202,191,232); }
div.DivClassName
{
background-color: #CABFE8;
}
.BgClassName
{
background-color: #CABFE8;
}
</style>
border-color css
<style>
span { border-color: #CABFE8; }
span { border-color: rgb(202,191,232); }
td.TdClassName
{
border-color: #CABFE8;
}
.TagClassName
{
border-color: #CABFE8;
}
</style>