Shades of Prelude #C5B5CD
Tints of Prelude #C5B5CD
RGB
CMYK
RGB Variations
Color information
#C5B5CD (or 0xC5B5CD) is known color: Prelude. HEX triplet: C5, B5 and CD. RGB value is (197,181,205). Sum of RGB (Red+Green+Blue) = 197+181+205=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5B5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B5CD is #3A4A32. Grayscale: #BCBCBC. Windows color (decimal): -3820083 or 13481413. OLE color: 13481413.
HSL color Cylindrical-coordinate representation of color #C5B5CD: hue angle of 280º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5B5CD is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 181 | 205 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.20 |
| HSL | 280º | 0.19% | 0.76% | - |
| HSV(B) | 280º | 0.12% | 0.8% | - |
| XYZ | 50.57 | 49.33 | 64.61 | - |
| YUV | 188.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 205 | 0.04 | 0.12 | 0 | 0.20 | 280 | 0.19 | 0.76 |
| Hex | C5 | B5 | CD | 4 | C | 0 | 14 | 118 | 13 | 4C |
| Octal | 305 | 265 | 315 | 4 | 14 | 0 | 24 | 430 | 23 | 114 |
| Binary | 11000101 | 10110101 | 11001101 | 100 | 1100 | 0 | 10100 | 100011000 | 10011 | 1001100 |
Color Harmonies of #C5B5CD
Complementary color
Monochromatic Colors of #C5B5CD
Black with #C5B5CD
Text Example
Text Example
White with #C5B5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B5CD; }
p { color: rgb(197,181,205); }
H1.HeaderClassName
{
color: #C5B5CD;
}
.AnyTagClassName
{
color: #C5B5CD;
}
</style>
background-color css
<style>
a { background-color: #C5B5CD; }
a { background-color: rgb(197,181,205); }
div.DivClassName
{
background-color: #C5B5CD;
}
.BgClassName
{
background-color: #C5B5CD;
}
</style>
border-color css
<style>
span { border-color: #C5B5CD; }
span { border-color: rgb(197,181,205); }
td.TdClassName
{
border-color: #C5B5CD;
}
.TagClassName
{
border-color: #C5B5CD;
}
</style>