Shades of Prelude #C7B7CD
Tints of Prelude #C7B7CD
RGB
CMYK
RGB Variations
Color information
#C7B7CD (or 0xC7B7CD) is known color: Prelude. HEX triplet: C7, B7 and CD. RGB value is (199,183,205). Sum of RGB (Red+Green+Blue) = 199+183+205=587 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.90% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7B7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B7CD is #384832. Grayscale: #BEBEBE. Windows color (decimal): -3688499 or 13481927. OLE color: 13481927.
HSL color Cylindrical-coordinate representation of color #C7B7CD: hue angle of 283.64º 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 #C7B7CD is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 183 | 205 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.20 |
| HSL | 283.64º | 0.18% | 0.76% | - |
| HSV(B) | 283.64º | 0.11% | 0.8% | - |
| XYZ | 51.51 | 50.42 | 64.77 | - |
| YUV | 190.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 205 | 0.03 | 0.11 | 0 | 0.20 | 283.64 | 0.18 | 0.76 |
| Hex | C7 | B7 | CD | 3 | B | 0 | 14 | 11C | 12 | 4C |
| Octal | 307 | 267 | 315 | 3 | 13 | 0 | 24 | 434 | 22 | 114 |
| Binary | 11000111 | 10110111 | 11001101 | 11 | 1011 | 0 | 10100 | 100011100 | 10010 | 1001100 |
Color Harmonies of #C7B7CD
Complementary color
Monochromatic Colors of #C7B7CD
Black with #C7B7CD
Text Example
Text Example
White with #C7B7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B7CD; }
p { color: rgb(199,183,205); }
H1.HeaderClassName
{
color: #C7B7CD;
}
.AnyTagClassName
{
color: #C7B7CD;
}
</style>
background-color css
<style>
a { background-color: #C7B7CD; }
a { background-color: rgb(199,183,205); }
div.DivClassName
{
background-color: #C7B7CD;
}
.BgClassName
{
background-color: #C7B7CD;
}
</style>
border-color css
<style>
span { border-color: #C7B7CD; }
span { border-color: rgb(199,183,205); }
td.TdClassName
{
border-color: #C7B7CD;
}
.TagClassName
{
border-color: #C7B7CD;
}
</style>