Shades of Melrose #C8BEF3
Tints of Melrose #C8BEF3
RGB
CMYK
RGB Variations
Color information
#C8BEF3 (or 0xC8BEF3) is known color: Melrose. HEX triplet: C8, BE and F3. RGB value is (200,190,243). Sum of RGB (Red+Green+Blue) = 200+190+243=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #C8BEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BEF3 is #37410C. Grayscale: #C6C6C6. Windows color (decimal): -3621133 or 15974088. OLE color: 15974088.
HSL color Cylindrical-coordinate representation of color #C8BEF3: hue angle of 251.32º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8BEF3 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 190 | 243 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.05 |
| HSL | 251.32º | 0.69% | 0.85% | - |
| HSV(B) | 251.32º | 0.22% | 0.95% | - |
| XYZ | 58.41 | 55.58 | 92.44 | - |
| YUV | 199.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 243 | 0.18 | 0.22 | 0 | 0.05 | 251.32 | 0.69 | 0.85 |
| Hex | C8 | BE | F3 | 12 | 16 | 0 | 5 | FB | 45 | 55 |
| Octal | 310 | 276 | 363 | 22 | 26 | 0 | 5 | 373 | 105 | 125 |
| Binary | 11001000 | 10111110 | 11110011 | 10010 | 10110 | 0 | 101 | 11111011 | 1000101 | 1010101 |
Color Harmonies of #C8BEF3
Complementary color
Monochromatic Colors of #C8BEF3
Black with #C8BEF3
Text Example
Text Example
White with #C8BEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BEF3; }
p { color: rgb(200,190,243); }
H1.HeaderClassName
{
color: #C8BEF3;
}
.AnyTagClassName
{
color: #C8BEF3;
}
</style>
background-color css
<style>
a { background-color: #C8BEF3; }
a { background-color: rgb(200,190,243); }
div.DivClassName
{
background-color: #C8BEF3;
}
.BgClassName
{
background-color: #C8BEF3;
}
</style>
border-color css
<style>
span { border-color: #C8BEF3; }
span { border-color: rgb(200,190,243); }
td.TdClassName
{
border-color: #C8BEF3;
}
.TagClassName
{
border-color: #C8BEF3;
}
</style>