Shades of Melrose #CAB4F1
Tints of Melrose #CAB4F1
RGB
CMYK
RGB Variations
Color information
#CAB4F1 (or 0xCAB4F1) is known color: Melrose. HEX triplet: CA, B4 and F1. RGB value is (202,180,241). Sum of RGB (Red+Green+Blue) = 202+180+241=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAB4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB4F1 is #354B0E. Grayscale: #C1C1C1. Windows color (decimal): -3492623 or 15840458. OLE color: 15840458.
HSL color Cylindrical-coordinate representation of color #CAB4F1: hue angle of 261.64º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAB4F1 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 180 | 241 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.05 |
| HSL | 261.64º | 0.69% | 0.83% | - |
| HSV(B) | 261.64º | 0.25% | 0.95% | - |
| XYZ | 56.56 | 51.55 | 90.19 | - |
| YUV | 193.53 | 154.79 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 241 | 0.16 | 0.25 | 0 | 0.05 | 261.64 | 0.69 | 0.83 |
| Hex | CA | B4 | F1 | 10 | 19 | 0 | 5 | 106 | 45 | 53 |
| Octal | 312 | 264 | 361 | 20 | 31 | 0 | 5 | 406 | 105 | 123 |
| Binary | 11001010 | 10110100 | 11110001 | 10000 | 11001 | 0 | 101 | 100000110 | 1000101 | 1010011 |
Color Harmonies of #CAB4F1
Complementary color
Monochromatic Colors of #CAB4F1
Black with #CAB4F1
Text Example
Text Example
White with #CAB4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4F1; }
p { color: rgb(202,180,241); }
H1.HeaderClassName
{
color: #CAB4F1;
}
.AnyTagClassName
{
color: #CAB4F1;
}
</style>
background-color css
<style>
a { background-color: #CAB4F1; }
a { background-color: rgb(202,180,241); }
div.DivClassName
{
background-color: #CAB4F1;
}
.BgClassName
{
background-color: #CAB4F1;
}
</style>
border-color css
<style>
span { border-color: #CAB4F1; }
span { border-color: rgb(202,180,241); }
td.TdClassName
{
border-color: #CAB4F1;
}
.TagClassName
{
border-color: #CAB4F1;
}
</style>