Shades of Prelude #C7B7CE
Tints of Prelude #C7B7CE
RGB
CMYK
RGB Variations
Color information
#C7B7CE (or 0xC7B7CE) is known color: Prelude. HEX triplet: C7, B7 and CE. RGB value is (199,183,206). Sum of RGB (Red+Green+Blue) = 199+183+206=588 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.84% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7B7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B7CE is #384831. Grayscale: #BEBEBE. Windows color (decimal): -3688498 or 13547463. OLE color: 13547463.
HSL color Cylindrical-coordinate representation of color #C7B7CE: hue angle of 281.74º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7B7CE is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 183 | 206 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.19 |
| HSL | 281.74º | 0.19% | 0.76% | - |
| HSV(B) | 281.74º | 0.11% | 0.81% | - |
| XYZ | 51.63 | 50.47 | 65.41 | - |
| YUV | 190.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 206 | 0.03 | 0.11 | 0 | 0.19 | 281.74 | 0.19 | 0.76 |
| Hex | C7 | B7 | CE | 3 | B | 0 | 13 | 11A | 13 | 4C |
| Octal | 307 | 267 | 316 | 3 | 13 | 0 | 23 | 432 | 23 | 114 |
| Binary | 11000111 | 10110111 | 11001110 | 11 | 1011 | 0 | 10011 | 100011010 | 10011 | 1001100 |
Color Harmonies of #C7B7CE
Complementary color
Monochromatic Colors of #C7B7CE
Black with #C7B7CE
Text Example
Text Example
White with #C7B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B7CE; }
p { color: rgb(199,183,206); }
H1.HeaderClassName
{
color: #C7B7CE;
}
.AnyTagClassName
{
color: #C7B7CE;
}
</style>
background-color css
<style>
a { background-color: #C7B7CE; }
a { background-color: rgb(199,183,206); }
div.DivClassName
{
background-color: #C7B7CE;
}
.BgClassName
{
background-color: #C7B7CE;
}
</style>
border-color css
<style>
span { border-color: #C7B7CE; }
span { border-color: rgb(199,183,206); }
td.TdClassName
{
border-color: #C7B7CE;
}
.TagClassName
{
border-color: #C7B7CE;
}
</style>