Shades of Melrose #CABFE0
Tints of Melrose #CABFE0
RGB
CMYK
RGB Variations
Color information
#CABFE0 (or 0xCABFE0) is known color: Melrose. HEX triplet: CA, BF and E0. RGB value is (202,191,224). Sum of RGB (Red+Green+Blue) = 202+191+224=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #CABFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFE0 is #35401F. Grayscale: #C5C5C5. Windows color (decimal): -3489824 or 14729162. OLE color: 14729162.
HSL color Cylindrical-coordinate representation of color #CABFE0: hue angle of 260º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CABFE0 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 191 | 224 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.12 |
| HSL | 260º | 0.35% | 0.81% | - |
| HSV(B) | 260º | 0.15% | 0.88% | - |
| XYZ | 56.44 | 55.2 | 78.2 | - |
| YUV | 198.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 191 | 224 | 0.10 | 0.15 | 0 | 0.12 | 260 | 0.35 | 0.81 |
| Hex | CA | BF | E0 | A | F | 0 | C | 104 | 23 | 51 |
| Octal | 312 | 277 | 340 | 12 | 17 | 0 | 14 | 404 | 43 | 121 |
| Binary | 11001010 | 10111111 | 11100000 | 1010 | 1111 | 0 | 1100 | 100000100 | 100011 | 1010001 |
Color Harmonies of #CABFE0
Complementary color
Monochromatic Colors of #CABFE0
Black with #CABFE0
Text Example
Text Example
White with #CABFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFE0; }
p { color: rgb(202,191,224); }
H1.HeaderClassName
{
color: #CABFE0;
}
.AnyTagClassName
{
color: #CABFE0;
}
</style>
background-color css
<style>
a { background-color: #CABFE0; }
a { background-color: rgb(202,191,224); }
div.DivClassName
{
background-color: #CABFE0;
}
.BgClassName
{
background-color: #CABFE0;
}
</style>
border-color css
<style>
span { border-color: #CABFE0; }
span { border-color: rgb(202,191,224); }
td.TdClassName
{
border-color: #CABFE0;
}
.TagClassName
{
border-color: #CABFE0;
}
</style>