Shades of Melrose #C5BEDE
Tints of Melrose #C5BEDE
RGB
CMYK
RGB Variations
Color information
#C5BEDE (or 0xC5BEDE) is known color: Melrose. HEX triplet: C5, BE and DE. RGB value is (197,190,222). Sum of RGB (Red+Green+Blue) = 197+190+222=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #C5BEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BEDE is #3A4121. Grayscale: #C3C3C3. Windows color (decimal): -3817762 or 14597829. OLE color: 14597829.
HSL color Cylindrical-coordinate representation of color #C5BEDE: hue angle of 253.12º 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 #C5BEDE is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 190 | 222 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.13 |
| HSL | 253.13º | 0.33% | 0.81% | - |
| HSV(B) | 253.13º | 0.14% | 0.87% | - |
| XYZ | 54.62 | 53.97 | 76.65 | - |
| YUV | 195.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 222 | 0.11 | 0.14 | 0 | 0.13 | 253.13 | 0.33 | 0.81 |
| Hex | C5 | BE | DE | B | E | 0 | D | FD | 21 | 51 |
| Octal | 305 | 276 | 336 | 13 | 16 | 0 | 15 | 375 | 41 | 121 |
| Binary | 11000101 | 10111110 | 11011110 | 1011 | 1110 | 0 | 1101 | 11111101 | 100001 | 1010001 |
Color Harmonies of #C5BEDE
Complementary color
Monochromatic Colors of #C5BEDE
Black with #C5BEDE
Text Example
Text Example
White with #C5BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEDE; }
p { color: rgb(197,190,222); }
H1.HeaderClassName
{
color: #C5BEDE;
}
.AnyTagClassName
{
color: #C5BEDE;
}
</style>
background-color css
<style>
a { background-color: #C5BEDE; }
a { background-color: rgb(197,190,222); }
div.DivClassName
{
background-color: #C5BEDE;
}
.BgClassName
{
background-color: #C5BEDE;
}
</style>
border-color css
<style>
span { border-color: #C5BEDE; }
span { border-color: rgb(197,190,222); }
td.TdClassName
{
border-color: #C5BEDE;
}
.TagClassName
{
border-color: #C5BEDE;
}
</style>