Shades of Melrose #C5BDDE
Tints of Melrose #C5BDDE
RGB
CMYK
RGB Variations
Color information
#C5BDDE (or 0xC5BDDE) is known color: Melrose. HEX triplet: C5, BD and DE. RGB value is (197,189,222). Sum of RGB (Red+Green+Blue) = 197+189+222=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #C5BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDDE is #3A4221. Grayscale: #C3C3C3. Windows color (decimal): -3818018 or 14597573. OLE color: 14597573.
HSL color Cylindrical-coordinate representation of color #C5BDDE: hue angle of 254.55º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5BDDE is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 189 | 222 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.13 |
| HSL | 254.55º | 0.33% | 0.81% | - |
| HSV(B) | 254.55º | 0.15% | 0.87% | - |
| XYZ | 54.41 | 53.54 | 76.57 | - |
| YUV | 195.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 222 | 0.11 | 0.15 | 0 | 0.13 | 254.55 | 0.33 | 0.81 |
| Hex | C5 | BD | DE | B | F | 0 | D | FF | 21 | 51 |
| Octal | 305 | 275 | 336 | 13 | 17 | 0 | 15 | 377 | 41 | 121 |
| Binary | 11000101 | 10111101 | 11011110 | 1011 | 1111 | 0 | 1101 | 11111111 | 100001 | 1010001 |
Color Harmonies of #C5BDDE
Complementary color
Monochromatic Colors of #C5BDDE
Black with #C5BDDE
Text Example
Text Example
White with #C5BDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDDE; }
p { color: rgb(197,189,222); }
H1.HeaderClassName
{
color: #C5BDDE;
}
.AnyTagClassName
{
color: #C5BDDE;
}
</style>
background-color css
<style>
a { background-color: #C5BDDE; }
a { background-color: rgb(197,189,222); }
div.DivClassName
{
background-color: #C5BDDE;
}
.BgClassName
{
background-color: #C5BDDE;
}
</style>
border-color css
<style>
span { border-color: #C5BDDE; }
span { border-color: rgb(197,189,222); }
td.TdClassName
{
border-color: #C5BDDE;
}
.TagClassName
{
border-color: #C5BDDE;
}
</style>