Shades of Prelude #C8B5CD
Tints of Prelude #C8B5CD
RGB
CMYK
RGB Variations
Color information
#C8B5CD (or 0xC8B5CD) is known color: Prelude. HEX triplet: C8, B5 and CD. RGB value is (200,181,205). Sum of RGB (Red+Green+Blue) = 200+181+205=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8B5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B5CD is #374A32. Grayscale: #BDBDBD. Windows color (decimal): -3623475 or 13481416. OLE color: 13481416.
HSL color Cylindrical-coordinate representation of color #C8B5CD: hue angle of 287.5º 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 #C8B5CD is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 181 | 205 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.20 |
| HSL | 287.5º | 0.19% | 0.76% | - |
| HSV(B) | 287.5º | 0.12% | 0.8% | - |
| XYZ | 51.36 | 49.73 | 64.65 | - |
| YUV | 189.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 205 | 0.02 | 0.12 | 0 | 0.20 | 287.5 | 0.19 | 0.76 |
| Hex | C8 | B5 | CD | 2 | C | 0 | 14 | 120 | 13 | 4C |
| Octal | 310 | 265 | 315 | 2 | 14 | 0 | 24 | 440 | 23 | 114 |
| Binary | 11001000 | 10110101 | 11001101 | 10 | 1100 | 0 | 10100 | 100100000 | 10011 | 1001100 |
Color Harmonies of #C8B5CD
Complementary color
Monochromatic Colors of #C8B5CD
Black with #C8B5CD
Text Example
Text Example
White with #C8B5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B5CD; }
p { color: rgb(200,181,205); }
H1.HeaderClassName
{
color: #C8B5CD;
}
.AnyTagClassName
{
color: #C8B5CD;
}
</style>
background-color css
<style>
a { background-color: #C8B5CD; }
a { background-color: rgb(200,181,205); }
div.DivClassName
{
background-color: #C8B5CD;
}
.BgClassName
{
background-color: #C8B5CD;
}
</style>
border-color css
<style>
span { border-color: #C8B5CD; }
span { border-color: rgb(200,181,205); }
td.TdClassName
{
border-color: #C8B5CD;
}
.TagClassName
{
border-color: #C8B5CD;
}
</style>