Shades of Melrose #C4BEDD
Tints of Melrose #C4BEDD
RGB
CMYK
RGB Variations
Color information
#C4BEDD (or 0xC4BEDD) is known color: Melrose. HEX triplet: C4, BE and DD. RGB value is (196,190,221). Sum of RGB (Red+Green+Blue) = 196+190+221=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEDD is #3B4122. Grayscale: #C3C3C3. Windows color (decimal): -3883299 or 14532292. OLE color: 14532292.
HSL color Cylindrical-coordinate representation of color #C4BEDD: hue angle of 251.61º degrees, saturation: 0.31, 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 #C4BEDD is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 190 | 221 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.13 |
| HSL | 251.61º | 0.31% | 0.81% | - |
| HSV(B) | 251.61º | 0.14% | 0.87% | - |
| XYZ | 54.23 | 53.78 | 75.93 | - |
| YUV | 195.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 221 | 0.11 | 0.14 | 0 | 0.13 | 251.61 | 0.31 | 0.81 |
| Hex | C4 | BE | DD | B | E | 0 | D | FC | 1F | 51 |
| Octal | 304 | 276 | 335 | 13 | 16 | 0 | 15 | 374 | 37 | 121 |
| Binary | 11000100 | 10111110 | 11011101 | 1011 | 1110 | 0 | 1101 | 11111100 | 11111 | 1010001 |
Color Harmonies of #C4BEDD
Complementary color
Monochromatic Colors of #C4BEDD
Black with #C4BEDD
Text Example
Text Example
White with #C4BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEDD; }
p { color: rgb(196,190,221); }
H1.HeaderClassName
{
color: #C4BEDD;
}
.AnyTagClassName
{
color: #C4BEDD;
}
</style>
background-color css
<style>
a { background-color: #C4BEDD; }
a { background-color: rgb(196,190,221); }
div.DivClassName
{
background-color: #C4BEDD;
}
.BgClassName
{
background-color: #C4BEDD;
}
</style>
border-color css
<style>
span { border-color: #C4BEDD; }
span { border-color: rgb(196,190,221); }
td.TdClassName
{
border-color: #C4BEDD;
}
.TagClassName
{
border-color: #C4BEDD;
}
</style>