Shades of Melrose #CABEF2
Tints of Melrose #CABEF2
RGB
CMYK
RGB Variations
Color information
#CABEF2 (or 0xCABEF2) is known color: Melrose. HEX triplet: CA, BE and F2. RGB value is (202,190,242). Sum of RGB (Red+Green+Blue) = 202+190+242=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #CABEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEF2 is #35410D. Grayscale: #C7C7C7. Windows color (decimal): -3490062 or 15908554. OLE color: 15908554.
HSL color Cylindrical-coordinate representation of color #CABEF2: hue angle of 253.85º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CABEF2 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 202 | 190 | 242 | - |
CMYK | 0.17 | 0.21 | 0 | 0.05 |
HSL | 253.85º | 0.67% | 0.85% | - |
HSV(B) | 253.85º | 0.21% | 0.95% | - |
XYZ | 58.8 | 55.79 | 91.67 | - |
YUV | 199.52 | 151.98 | 129.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 190 | 242 | 0.17 | 0.21 | 0 | 0.05 | 253.85 | 0.67 | 0.85 |
Hex | CA | BE | F2 | 11 | 15 | 0 | 5 | FE | 43 | 55 |
Octal | 312 | 276 | 362 | 21 | 25 | 0 | 5 | 376 | 103 | 125 |
Binary | 11001010 | 10111110 | 11110010 | 10001 | 10101 | 0 | 101 | 11111110 | 1000011 | 1010101 |
Color Harmonies of #CABEF2
Complementary color
Monochromatic Colors of #CABEF2
Black with #CABEF2
Text Example
Text Example
White with #CABEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABEF2; }
p { color: rgb(202,190,242); }
H1.HeaderClassName
{
color: #CABEF2;
}
.AnyTagClassName
{
color: #CABEF2;
}
</style>
background-color css
<style>
a { background-color: #CABEF2; }
a { background-color: rgb(202,190,242); }
div.DivClassName
{
background-color: #CABEF2;
}
.BgClassName
{
background-color: #CABEF2;
}
</style>
border-color css
<style>
span { border-color: #CABEF2; }
span { border-color: rgb(202,190,242); }
td.TdClassName
{
border-color: #CABEF2;
}
.TagClassName
{
border-color: #CABEF2;
}
</style>