Shades of Melrose #CAB3F1
Tints of Melrose #CAB3F1
RGB
CMYK
RGB Variations
Color information
#CAB3F1 (or 0xCAB3F1) is known color: Melrose. HEX triplet: CA, B3 and F1. RGB value is (202,179,241). Sum of RGB (Red+Green+Blue) = 202+179+241=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 179 (70.31% from 255 or 28.78% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAB3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB3F1 is #354C0E. Grayscale: #C0C0C0. Windows color (decimal): -3492879 or 15840202. OLE color: 15840202.
HSL color Cylindrical-coordinate representation of color #CAB3F1: hue angle of 262.26º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAB3F1 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 179 | 241 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.05 |
| HSL | 262.26º | 0.69% | 0.82% | - |
| HSV(B) | 262.26º | 0.26% | 0.95% | - |
| XYZ | 56.35 | 51.15 | 90.12 | - |
| YUV | 192.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 241 | 0.16 | 0.26 | 0 | 0.05 | 262.26 | 0.69 | 0.82 |
| Hex | CA | B3 | F1 | 10 | 1A | 0 | 5 | 106 | 45 | 52 |
| Octal | 312 | 263 | 361 | 20 | 32 | 0 | 5 | 406 | 105 | 122 |
| Binary | 11001010 | 10110011 | 11110001 | 10000 | 11010 | 0 | 101 | 100000110 | 1000101 | 1010010 |
Color Harmonies of #CAB3F1
Complementary color
Monochromatic Colors of #CAB3F1
Black with #CAB3F1
Text Example
Text Example
White with #CAB3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB3F1; }
p { color: rgb(202,179,241); }
H1.HeaderClassName
{
color: #CAB3F1;
}
.AnyTagClassName
{
color: #CAB3F1;
}
</style>
background-color css
<style>
a { background-color: #CAB3F1; }
a { background-color: rgb(202,179,241); }
div.DivClassName
{
background-color: #CAB3F1;
}
.BgClassName
{
background-color: #CAB3F1;
}
</style>
border-color css
<style>
span { border-color: #CAB3F1; }
span { border-color: rgb(202,179,241); }
td.TdClassName
{
border-color: #CAB3F1;
}
.TagClassName
{
border-color: #CAB3F1;
}
</style>