Shades of Melrose #CABFE6
Tints of Melrose #CABFE6
RGB
CMYK
RGB Variations
Color information
#CABFE6 (or 0xCABFE6) is known color: Melrose. HEX triplet: CA, BF and E6. RGB value is (202,191,230). Sum of RGB (Red+Green+Blue) = 202+191+230=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 230 - color contains mainly: blue. Hex color #CABFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFE6 is #354019. Grayscale: #C6C6C6. Windows color (decimal): -3489818 or 15122378. OLE color: 15122378.
HSL color Cylindrical-coordinate representation of color #CABFE6: hue angle of 256.92º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CABFE6 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 191 | 230 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.10 |
| HSL | 256.92º | 0.44% | 0.83% | - |
| HSV(B) | 256.92º | 0.17% | 0.9% | - |
| XYZ | 57.27 | 55.53 | 82.56 | - |
| YUV | 198.74 | 145.64 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 191 | 230 | 0.12 | 0.17 | 0 | 0.10 | 256.92 | 0.44 | 0.83 |
| Hex | CA | BF | E6 | C | 11 | 0 | A | 101 | 2C | 53 |
| Octal | 312 | 277 | 346 | 14 | 21 | 0 | 12 | 401 | 54 | 123 |
| Binary | 11001010 | 10111111 | 11100110 | 1100 | 10001 | 0 | 1010 | 100000001 | 101100 | 1010011 |
Color Harmonies of #CABFE6
Complementary color
Monochromatic Colors of #CABFE6
Black with #CABFE6
Text Example
Text Example
White with #CABFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFE6; }
p { color: rgb(202,191,230); }
H1.HeaderClassName
{
color: #CABFE6;
}
.AnyTagClassName
{
color: #CABFE6;
}
</style>
background-color css
<style>
a { background-color: #CABFE6; }
a { background-color: rgb(202,191,230); }
div.DivClassName
{
background-color: #CABFE6;
}
.BgClassName
{
background-color: #CABFE6;
}
</style>
border-color css
<style>
span { border-color: #CABFE6; }
span { border-color: rgb(202,191,230); }
td.TdClassName
{
border-color: #CABFE6;
}
.TagClassName
{
border-color: #CABFE6;
}
</style>