Shades of Prelude #C8B7CD
Tints of Prelude #C8B7CD
RGB
CMYK
RGB Variations
Color information
#C8B7CD (or 0xC8B7CD) is known color: Prelude. HEX triplet: C8, B7 and CD. RGB value is (200,183,205). Sum of RGB (Red+Green+Blue) = 200+183+205=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8B7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B7CD is #374832. Grayscale: #BEBEBE. Windows color (decimal): -3622963 or 13481928. OLE color: 13481928.
HSL color Cylindrical-coordinate representation of color #C8B7CD: hue angle of 286.36º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8B7CD is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 183 | 205 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.20 |
| HSL | 286.36º | 0.18% | 0.76% | - |
| HSV(B) | 286.36º | 0.11% | 0.8% | - |
| XYZ | 51.77 | 50.55 | 64.79 | - |
| YUV | 190.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 183 | 205 | 0.02 | 0.11 | 0 | 0.20 | 286.36 | 0.18 | 0.76 |
| Hex | C8 | B7 | CD | 2 | B | 0 | 14 | 11E | 12 | 4C |
| Octal | 310 | 267 | 315 | 2 | 13 | 0 | 24 | 436 | 22 | 114 |
| Binary | 11001000 | 10110111 | 11001101 | 10 | 1011 | 0 | 10100 | 100011110 | 10010 | 1001100 |
Color Harmonies of #C8B7CD
Complementary color
Monochromatic Colors of #C8B7CD
Black with #C8B7CD
Text Example
Text Example
White with #C8B7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B7CD; }
p { color: rgb(200,183,205); }
H1.HeaderClassName
{
color: #C8B7CD;
}
.AnyTagClassName
{
color: #C8B7CD;
}
</style>
background-color css
<style>
a { background-color: #C8B7CD; }
a { background-color: rgb(200,183,205); }
div.DivClassName
{
background-color: #C8B7CD;
}
.BgClassName
{
background-color: #C8B7CD;
}
</style>
border-color css
<style>
span { border-color: #C8B7CD; }
span { border-color: rgb(200,183,205); }
td.TdClassName
{
border-color: #C8B7CD;
}
.TagClassName
{
border-color: #C8B7CD;
}
</style>