Shades of Prelude #C7B8C9
Tints of Prelude #C7B8C9
RGB
CMYK
RGB Variations
Color information
#C7B8C9 (or 0xC7B8C9) is known color: Prelude. HEX triplet: C7, B8 and C9. RGB value is (199,184,201). Sum of RGB (Red+Green+Blue) = 199+184+201=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 201 (78.91% from 255 or 34.42% from 584); Max value from RGB is 201 - color contains mainly: blue. Hex color #C7B8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B8C9 is #384736. Grayscale: #BEBEBE. Windows color (decimal): -3688247 or 13220039. OLE color: 13220039.
HSL color Cylindrical-coordinate representation of color #C7B8C9: hue angle of 292.94º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7B8C9 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 184 | 201 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.21 |
| HSL | 292.94º | 0.14% | 0.75% | - |
| HSV(B) | 292.94º | 0.08% | 0.79% | - |
| XYZ | 51.24 | 50.64 | 62.33 | - |
| YUV | 190.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 184 | 201 | 0.01 | 0.08 | 0 | 0.21 | 292.94 | 0.14 | 0.75 |
| Hex | C7 | B8 | C9 | 1 | 8 | 0 | 15 | 125 | E | 4B |
| Octal | 307 | 270 | 311 | 1 | 10 | 0 | 25 | 445 | 16 | 113 |
| Binary | 11000111 | 10111000 | 11001001 | 1 | 1000 | 0 | 10101 | 100100101 | 1110 | 1001011 |
Color Harmonies of #C7B8C9
Complementary color
Monochromatic Colors of #C7B8C9
Black with #C7B8C9
Text Example
Text Example
White with #C7B8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B8C9; }
p { color: rgb(199,184,201); }
H1.HeaderClassName
{
color: #C7B8C9;
}
.AnyTagClassName
{
color: #C7B8C9;
}
</style>
background-color css
<style>
a { background-color: #C7B8C9; }
a { background-color: rgb(199,184,201); }
div.DivClassName
{
background-color: #C7B8C9;
}
.BgClassName
{
background-color: #C7B8C9;
}
</style>
border-color css
<style>
span { border-color: #C7B8C9; }
span { border-color: rgb(199,184,201); }
td.TdClassName
{
border-color: #C7B8C9;
}
.TagClassName
{
border-color: #C7B8C9;
}
</style>