Shades of Melrose #C8ADF4
Tints of Melrose #C8ADF4
RGB
CMYK
RGB Variations
Color information
#C8ADF4 (or 0xC8ADF4) is known color: Melrose. HEX triplet: C8, AD and F4. RGB value is (200,173,244). Sum of RGB (Red+Green+Blue) = 200+173+244=617 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.41% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 244 (95.70% from 255 or 39.55% from 617); Max value from RGB is 244 - color contains mainly: blue. Hex color #C8ADF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADF4 is #37520B. Grayscale: #BCBCBC. Windows color (decimal): -3625484 or 16035272. OLE color: 16035272.
HSL color Cylindrical-coordinate representation of color #C8ADF4: hue angle of 262.82º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8ADF4 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 173 | 244 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.04 |
| HSL | 262.82º | 0.76% | 0.82% | - |
| HSV(B) | 262.82º | 0.29% | 0.96% | - |
| XYZ | 55.09 | 48.7 | 92.08 | - |
| YUV | 189.17 | 158.95 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 244 | 0.18 | 0.29 | 0 | 0.04 | 262.82 | 0.76 | 0.82 |
| Hex | C8 | AD | F4 | 12 | 1D | 0 | 4 | 107 | 4C | 52 |
| Octal | 310 | 255 | 364 | 22 | 35 | 0 | 4 | 407 | 114 | 122 |
| Binary | 11001000 | 10101101 | 11110100 | 10010 | 11101 | 0 | 100 | 100000111 | 1001100 | 1010010 |
Color Harmonies of #C8ADF4
Complementary color
Monochromatic Colors of #C8ADF4
Black with #C8ADF4
Text Example
Text Example
White with #C8ADF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADF4; }
p { color: rgb(200,173,244); }
H1.HeaderClassName
{
color: #C8ADF4;
}
.AnyTagClassName
{
color: #C8ADF4;
}
</style>
background-color css
<style>
a { background-color: #C8ADF4; }
a { background-color: rgb(200,173,244); }
div.DivClassName
{
background-color: #C8ADF4;
}
.BgClassName
{
background-color: #C8ADF4;
}
</style>
border-color css
<style>
span { border-color: #C8ADF4; }
span { border-color: rgb(200,173,244); }
td.TdClassName
{
border-color: #C8ADF4;
}
.TagClassName
{
border-color: #C8ADF4;
}
</style>