Shades of Melrose #CABEE7
Tints of Melrose #CABEE7
RGB
CMYK
RGB Variations
Color information
#CABEE7 (or 0xCABEE7) is known color: Melrose. HEX triplet: CA, BE and E7. RGB value is (202,190,231). Sum of RGB (Red+Green+Blue) = 202+190+231=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #CABEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEE7 is #354118. Grayscale: #C6C6C6. Windows color (decimal): -3490073 or 15187658. OLE color: 15187658.
HSL color Cylindrical-coordinate representation of color #CABEE7: hue angle of 257.56º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CABEE7 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 202 | 190 | 231 | - |
CMYK | 0.13 | 0.18 | 0 | 0.09 |
HSL | 257.56º | 0.46% | 0.83% | - |
HSV(B) | 257.56º | 0.18% | 0.91% | - |
XYZ | 57.19 | 55.15 | 83.23 | - |
YUV | 198.26 | 146.48 | 130.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 190 | 231 | 0.13 | 0.18 | 0 | 0.09 | 257.56 | 0.46 | 0.83 |
Hex | CA | BE | E7 | D | 12 | 0 | 9 | 102 | 2E | 53 |
Octal | 312 | 276 | 347 | 15 | 22 | 0 | 11 | 402 | 56 | 123 |
Binary | 11001010 | 10111110 | 11100111 | 1101 | 10010 | 0 | 1001 | 100000010 | 101110 | 1010011 |
Color Harmonies of #CABEE7
Complementary color
Monochromatic Colors of #CABEE7
Black with #CABEE7
Text Example
Text Example
White with #CABEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABEE7; }
p { color: rgb(202,190,231); }
H1.HeaderClassName
{
color: #CABEE7;
}
.AnyTagClassName
{
color: #CABEE7;
}
</style>
background-color css
<style>
a { background-color: #CABEE7; }
a { background-color: rgb(202,190,231); }
div.DivClassName
{
background-color: #CABEE7;
}
.BgClassName
{
background-color: #CABEE7;
}
</style>
border-color css
<style>
span { border-color: #CABEE7; }
span { border-color: rgb(202,190,231); }
td.TdClassName
{
border-color: #CABEE7;
}
.TagClassName
{
border-color: #CABEE7;
}
</style>