Shades of Melrose #CAB8F3
Tints of Melrose #CAB8F3
RGB
CMYK
RGB Variations
Color information
#CAB8F3 (or 0xCAB8F3) is known color: Melrose. HEX triplet: CA, B8 and F3. RGB value is (202,184,243). Sum of RGB (Red+Green+Blue) = 202+184+243=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 184 (72.27% from 255 or 29.25% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #CAB8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB8F3 is #35470C. Grayscale: #C3C3C3. Windows color (decimal): -3491597 or 15972554. OLE color: 15972554.
HSL color Cylindrical-coordinate representation of color #CAB8F3: hue angle of 258.31º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAB8F3 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 202 | 184 | 243 | - |
CMYK | 0.17 | 0.24 | 0 | 0.05 |
HSL | 258.31º | 0.71% | 0.84% | - |
HSV(B) | 258.31º | 0.24% | 0.95% | - |
XYZ | 57.68 | 53.31 | 92.04 | - |
YUV | 196.11 | 154.46 | 132.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 184 | 243 | 0.17 | 0.24 | 0 | 0.05 | 258.31 | 0.71 | 0.84 |
Hex | CA | B8 | F3 | 11 | 18 | 0 | 5 | 102 | 47 | 54 |
Octal | 312 | 270 | 363 | 21 | 30 | 0 | 5 | 402 | 107 | 124 |
Binary | 11001010 | 10111000 | 11110011 | 10001 | 11000 | 0 | 101 | 100000010 | 1000111 | 1010100 |
Color Harmonies of #CAB8F3
Complementary color
Monochromatic Colors of #CAB8F3
Black with #CAB8F3
Text Example
Text Example
White with #CAB8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB8F3; }
p { color: rgb(202,184,243); }
H1.HeaderClassName
{
color: #CAB8F3;
}
.AnyTagClassName
{
color: #CAB8F3;
}
</style>
background-color css
<style>
a { background-color: #CAB8F3; }
a { background-color: rgb(202,184,243); }
div.DivClassName
{
background-color: #CAB8F3;
}
.BgClassName
{
background-color: #CAB8F3;
}
</style>
border-color css
<style>
span { border-color: #CAB8F3; }
span { border-color: rgb(202,184,243); }
td.TdClassName
{
border-color: #CAB8F3;
}
.TagClassName
{
border-color: #CAB8F3;
}
</style>