Shades of Melrose #C6BEDE
Tints of Melrose #C6BEDE
RGB
CMYK
RGB Variations
Color information
#C6BEDE (or 0xC6BEDE) is known color: Melrose. HEX triplet: C6, BE and DE. RGB value is (198,190,222). Sum of RGB (Red+Green+Blue) = 198+190+222=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6BEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BEDE is #394121. Grayscale: #C3C3C3. Windows color (decimal): -3752226 or 14597830. OLE color: 14597830.
HSL color Cylindrical-coordinate representation of color #C6BEDE: hue angle of 255º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6BEDE is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 190 | 222 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.13 |
| HSL | 255º | 0.33% | 0.81% | - |
| HSV(B) | 255º | 0.14% | 0.87% | - |
| XYZ | 54.89 | 54.11 | 76.66 | - |
| YUV | 196.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 222 | 0.11 | 0.14 | 0 | 0.13 | 255 | 0.33 | 0.81 |
| Hex | C6 | BE | DE | B | E | 0 | D | FF | 21 | 51 |
| Octal | 306 | 276 | 336 | 13 | 16 | 0 | 15 | 377 | 41 | 121 |
| Binary | 11000110 | 10111110 | 11011110 | 1011 | 1110 | 0 | 1101 | 11111111 | 100001 | 1010001 |
Color Harmonies of #C6BEDE
Complementary color
Monochromatic Colors of #C6BEDE
Black with #C6BEDE
Text Example
Text Example
White with #C6BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BEDE; }
p { color: rgb(198,190,222); }
H1.HeaderClassName
{
color: #C6BEDE;
}
.AnyTagClassName
{
color: #C6BEDE;
}
</style>
background-color css
<style>
a { background-color: #C6BEDE; }
a { background-color: rgb(198,190,222); }
div.DivClassName
{
background-color: #C6BEDE;
}
.BgClassName
{
background-color: #C6BEDE;
}
</style>
border-color css
<style>
span { border-color: #C6BEDE; }
span { border-color: rgb(198,190,222); }
td.TdClassName
{
border-color: #C6BEDE;
}
.TagClassName
{
border-color: #C6BEDE;
}
</style>