Shades of Melrose #CABFE1
Tints of Melrose #CABFE1
RGB
CMYK
RGB Variations
Color information
#CABFE1 (or 0xCABFE1) is known color: Melrose. HEX triplet: CA, BF and E1. RGB value is (202,191,225). Sum of RGB (Red+Green+Blue) = 202+191+225=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #CABFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFE1 is #35401E. Grayscale: #C6C6C6. Windows color (decimal): -3489823 or 14794698. OLE color: 14794698.
HSL color Cylindrical-coordinate representation of color #CABFE1: hue angle of 259.41º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CABFE1 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 191 | 225 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.12 |
| HSL | 259.41º | 0.36% | 0.82% | - |
| HSV(B) | 259.41º | 0.15% | 0.88% | - |
| XYZ | 56.58 | 55.25 | 78.92 | - |
| YUV | 198.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 191 | 225 | 0.10 | 0.15 | 0 | 0.12 | 259.41 | 0.36 | 0.82 |
| Hex | CA | BF | E1 | A | F | 0 | C | 103 | 24 | 52 |
| Octal | 312 | 277 | 341 | 12 | 17 | 0 | 14 | 403 | 44 | 122 |
| Binary | 11001010 | 10111111 | 11100001 | 1010 | 1111 | 0 | 1100 | 100000011 | 100100 | 1010010 |
Color Harmonies of #CABFE1
Complementary color
Monochromatic Colors of #CABFE1
Black with #CABFE1
Text Example
Text Example
White with #CABFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFE1; }
p { color: rgb(202,191,225); }
H1.HeaderClassName
{
color: #CABFE1;
}
.AnyTagClassName
{
color: #CABFE1;
}
</style>
background-color css
<style>
a { background-color: #CABFE1; }
a { background-color: rgb(202,191,225); }
div.DivClassName
{
background-color: #CABFE1;
}
.BgClassName
{
background-color: #CABFE1;
}
</style>
border-color css
<style>
span { border-color: #CABFE1; }
span { border-color: rgb(202,191,225); }
td.TdClassName
{
border-color: #CABFE1;
}
.TagClassName
{
border-color: #CABFE1;
}
</style>