Shades of Melrose #C4BDDE
Tints of Melrose #C4BDDE
RGB
CMYK
RGB Variations
Color information
#C4BDDE (or 0xC4BDDE) is known color: Melrose. HEX triplet: C4, BD and DE. RGB value is (196,189,222). Sum of RGB (Red+Green+Blue) = 196+189+222=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDDE is #3B4221. Grayscale: #C2C2C2. Windows color (decimal): -3883554 or 14597572. OLE color: 14597572.
HSL color Cylindrical-coordinate representation of color #C4BDDE: hue angle of 252.73º 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 #C4BDDE is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 189 | 222 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.13 |
| HSL | 252.73º | 0.33% | 0.81% | - |
| HSV(B) | 252.73º | 0.15% | 0.87% | - |
| XYZ | 54.15 | 53.4 | 76.56 | - |
| YUV | 194.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 222 | 0.12 | 0.15 | 0 | 0.13 | 252.73 | 0.33 | 0.81 |
| Hex | C4 | BD | DE | C | F | 0 | D | FD | 21 | 51 |
| Octal | 304 | 275 | 336 | 14 | 17 | 0 | 15 | 375 | 41 | 121 |
| Binary | 11000100 | 10111101 | 11011110 | 1100 | 1111 | 0 | 1101 | 11111101 | 100001 | 1010001 |
Color Harmonies of #C4BDDE
Complementary color
Monochromatic Colors of #C4BDDE
Black with #C4BDDE
Text Example
Text Example
White with #C4BDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BDDE; }
p { color: rgb(196,189,222); }
H1.HeaderClassName
{
color: #C4BDDE;
}
.AnyTagClassName
{
color: #C4BDDE;
}
</style>
background-color css
<style>
a { background-color: #C4BDDE; }
a { background-color: rgb(196,189,222); }
div.DivClassName
{
background-color: #C4BDDE;
}
.BgClassName
{
background-color: #C4BDDE;
}
</style>
border-color css
<style>
span { border-color: #C4BDDE; }
span { border-color: rgb(196,189,222); }
td.TdClassName
{
border-color: #C4BDDE;
}
.TagClassName
{
border-color: #C4BDDE;
}
</style>