Shades of Melrose #CAB7E5
Tints of Melrose #CAB7E5
RGB
CMYK
RGB Variations
Color information
#CAB7E5 (or 0xCAB7E5) is known color: Melrose. HEX triplet: CA, B7 and E5. RGB value is (202,183,229). Sum of RGB (Red+Green+Blue) = 202+183+229=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAB7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7E5 is #35481A. Grayscale: #C1C1C1. Windows color (decimal): -3491867 or 15054794. OLE color: 15054794.
HSL color Cylindrical-coordinate representation of color #CAB7E5: hue angle of 264.78º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAB7E5 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 202 | 183 | 229 | - |
CMYK | 0.12 | 0.20 | 0 | 0.10 |
HSL | 264.78º | 0.47% | 0.81% | - |
HSV(B) | 264.78º | 0.2% | 0.9% | - |
XYZ | 55.43 | 52.08 | 81.26 | - |
YUV | 193.93 | 147.79 | 133.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 183 | 229 | 0.12 | 0.20 | 0 | 0.10 | 264.78 | 0.47 | 0.81 |
Hex | CA | B7 | E5 | C | 14 | 0 | A | 109 | 2F | 51 |
Octal | 312 | 267 | 345 | 14 | 24 | 0 | 12 | 411 | 57 | 121 |
Binary | 11001010 | 10110111 | 11100101 | 1100 | 10100 | 0 | 1010 | 100001001 | 101111 | 1010001 |
Color Harmonies of #CAB7E5
Complementary color
Monochromatic Colors of #CAB7E5
Black with #CAB7E5
Text Example
Text Example
White with #CAB7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB7E5; }
p { color: rgb(202,183,229); }
H1.HeaderClassName
{
color: #CAB7E5;
}
.AnyTagClassName
{
color: #CAB7E5;
}
</style>
background-color css
<style>
a { background-color: #CAB7E5; }
a { background-color: rgb(202,183,229); }
div.DivClassName
{
background-color: #CAB7E5;
}
.BgClassName
{
background-color: #CAB7E5;
}
</style>
border-color css
<style>
span { border-color: #CAB7E5; }
span { border-color: rgb(202,183,229); }
td.TdClassName
{
border-color: #CAB7E5;
}
.TagClassName
{
border-color: #CAB7E5;
}
</style>