Shades of Melrose #CABFE2
Tints of Melrose #CABFE2
RGB
CMYK
RGB Variations
Color information
#CABFE2 (or 0xCABFE2) is known color: Melrose. HEX triplet: CA, BF and E2. RGB value is (202,191,226). Sum of RGB (Red+Green+Blue) = 202+191+226=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 226 - color contains mainly: blue. Hex color #CABFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFE2 is #35401D. Grayscale: #C6C6C6. Windows color (decimal): -3489822 or 14860234. OLE color: 14860234.
HSL color Cylindrical-coordinate representation of color #CABFE2: hue angle of 258.86º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CABFE2 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 191 | 226 | - |
CMYK | 0.11 | 0.15 | 0 | 0.11 |
HSL | 258.86º | 0.38% | 0.82% | - |
HSV(B) | 258.86º | 0.15% | 0.89% | - |
XYZ | 56.72 | 55.31 | 79.64 | - |
YUV | 198.28 | 143.64 | 130.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 191 | 226 | 0.11 | 0.15 | 0 | 0.11 | 258.86 | 0.38 | 0.82 |
Hex | CA | BF | E2 | B | F | 0 | B | 103 | 26 | 52 |
Octal | 312 | 277 | 342 | 13 | 17 | 0 | 13 | 403 | 46 | 122 |
Binary | 11001010 | 10111111 | 11100010 | 1011 | 1111 | 0 | 1011 | 100000011 | 100110 | 1010010 |
Color Harmonies of #CABFE2
Complementary color
Monochromatic Colors of #CABFE2
Black with #CABFE2
Text Example
Text Example
White with #CABFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFE2; }
p { color: rgb(202,191,226); }
H1.HeaderClassName
{
color: #CABFE2;
}
.AnyTagClassName
{
color: #CABFE2;
}
</style>
background-color css
<style>
a { background-color: #CABFE2; }
a { background-color: rgb(202,191,226); }
div.DivClassName
{
background-color: #CABFE2;
}
.BgClassName
{
background-color: #CABFE2;
}
</style>
border-color css
<style>
span { border-color: #CABFE2; }
span { border-color: rgb(202,191,226); }
td.TdClassName
{
border-color: #CABFE2;
}
.TagClassName
{
border-color: #CABFE2;
}
</style>