Shades of Melrose #CABAF2
Tints of Melrose #CABAF2
RGB
CMYK
RGB Variations
Color information
#CABAF2 (or 0xCABAF2) is known color: Melrose. HEX triplet: CA, BA and F2. RGB value is (202,186,242). Sum of RGB (Red+Green+Blue) = 202+186+242=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #CABAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAF2 is #35450D. Grayscale: #C4C4C4. Windows color (decimal): -3491086 or 15907530. OLE color: 15907530.
HSL color Cylindrical-coordinate representation of color #CABAF2: hue angle of 257.14º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CABAF2 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 186 | 242 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.05 |
| HSL | 257.14º | 0.68% | 0.84% | - |
| HSV(B) | 257.14º | 0.23% | 0.95% | - |
| XYZ | 57.94 | 54.09 | 91.39 | - |
| YUV | 197.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 242 | 0.17 | 0.23 | 0 | 0.05 | 257.14 | 0.68 | 0.84 |
| Hex | CA | BA | F2 | 11 | 17 | 0 | 5 | 101 | 44 | 54 |
| Octal | 312 | 272 | 362 | 21 | 27 | 0 | 5 | 401 | 104 | 124 |
| Binary | 11001010 | 10111010 | 11110010 | 10001 | 10111 | 0 | 101 | 100000001 | 1000100 | 1010100 |
Color Harmonies of #CABAF2
Complementary color
Monochromatic Colors of #CABAF2
Black with #CABAF2
Text Example
Text Example
White with #CABAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAF2; }
p { color: rgb(202,186,242); }
H1.HeaderClassName
{
color: #CABAF2;
}
.AnyTagClassName
{
color: #CABAF2;
}
</style>
background-color css
<style>
a { background-color: #CABAF2; }
a { background-color: rgb(202,186,242); }
div.DivClassName
{
background-color: #CABAF2;
}
.BgClassName
{
background-color: #CABAF2;
}
</style>
border-color css
<style>
span { border-color: #CABAF2; }
span { border-color: rgb(202,186,242); }
td.TdClassName
{
border-color: #CABAF2;
}
.TagClassName
{
border-color: #CABAF2;
}
</style>