Shades of Melrose #CABFEA
Tints of Melrose #CABFEA
RGB
CMYK
RGB Variations
Color information
#CABFEA (or 0xCABFEA) is known color: Melrose. HEX triplet: CA, BF and EA. RGB value is (202,191,234). Sum of RGB (Red+Green+Blue) = 202+191+234=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #CABFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFEA is #354015. Grayscale: #C7C7C7. Windows color (decimal): -3489814 or 15384522. OLE color: 15384522.
HSL color Cylindrical-coordinate representation of color #CABFEA: hue angle of 255.35º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CABFEA is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 191 | 234 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.08 |
| HSL | 255.35º | 0.51% | 0.83% | - |
| HSV(B) | 255.35º | 0.18% | 0.92% | - |
| XYZ | 57.84 | 55.76 | 85.56 | - |
| YUV | 199.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 191 | 234 | 0.14 | 0.18 | 0 | 0.08 | 255.35 | 0.51 | 0.83 |
| Hex | CA | BF | EA | E | 12 | 0 | 8 | FF | 33 | 53 |
| Octal | 312 | 277 | 352 | 16 | 22 | 0 | 10 | 377 | 63 | 123 |
| Binary | 11001010 | 10111111 | 11101010 | 1110 | 10010 | 0 | 1000 | 11111111 | 110011 | 1010011 |
Color Harmonies of #CABFEA
Complementary color
Monochromatic Colors of #CABFEA
Black with #CABFEA
Text Example
Text Example
White with #CABFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFEA; }
p { color: rgb(202,191,234); }
H1.HeaderClassName
{
color: #CABFEA;
}
.AnyTagClassName
{
color: #CABFEA;
}
</style>
background-color css
<style>
a { background-color: #CABFEA; }
a { background-color: rgb(202,191,234); }
div.DivClassName
{
background-color: #CABFEA;
}
.BgClassName
{
background-color: #CABFEA;
}
</style>
border-color css
<style>
span { border-color: #CABFEA; }
span { border-color: rgb(202,191,234); }
td.TdClassName
{
border-color: #CABFEA;
}
.TagClassName
{
border-color: #CABFEA;
}
</style>