Shades of Prelude #C5B4C8
Tints of Prelude #C5B4C8
RGB
CMYK
RGB Variations
Color information
#C5B4C8 (or 0xC5B4C8) is known color: Prelude. HEX triplet: C5, B4 and C8. RGB value is (197,180,200). Sum of RGB (Red+Green+Blue) = 197+180+200=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 200 - color contains mainly: blue. Hex color #C5B4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B4C8 is #3A4B37. Grayscale: #BBBBBB. Windows color (decimal): -3820344 or 13153477. OLE color: 13153477.
HSL color Cylindrical-coordinate representation of color #C5B4C8: hue angle of 291º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5B4C8 is Cyan = 0.02, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 180 | 200 | - |
| CMYK | 0.02 | 0.1 | 0 | 0.22 |
| HSL | 291º | 0.15% | 0.75% | - |
| HSV(B) | 291º | 0.1% | 0.78% | - |
| XYZ | 49.77 | 48.68 | 61.42 | - |
| YUV | 187.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 180 | 200 | 0.02 | 0.1 | 0 | 0.22 | 291 | 0.15 | 0.75 |
| Hex | C5 | B4 | C8 | 2 | A | 0 | 16 | 123 | F | 4B |
| Octal | 305 | 264 | 310 | 2 | 12 | 0 | 26 | 443 | 17 | 113 |
| Binary | 11000101 | 10110100 | 11001000 | 10 | 1010 | 0 | 10110 | 100100011 | 1111 | 1001011 |
Color Harmonies of #C5B4C8
Complementary color
Monochromatic Colors of #C5B4C8
Black with #C5B4C8
Text Example
Text Example
White with #C5B4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B4C8; }
p { color: rgb(197,180,200); }
H1.HeaderClassName
{
color: #C5B4C8;
}
.AnyTagClassName
{
color: #C5B4C8;
}
</style>
background-color css
<style>
a { background-color: #C5B4C8; }
a { background-color: rgb(197,180,200); }
div.DivClassName
{
background-color: #C5B4C8;
}
.BgClassName
{
background-color: #C5B4C8;
}
</style>
border-color css
<style>
span { border-color: #C5B4C8; }
span { border-color: rgb(197,180,200); }
td.TdClassName
{
border-color: #C5B4C8;
}
.TagClassName
{
border-color: #C5B4C8;
}
</style>