Shades of Prelude #C7B6CE
Tints of Prelude #C7B6CE
RGB
CMYK
RGB Variations
Color information
#C7B6CE (or 0xC7B6CE) is known color: Prelude. HEX triplet: C7, B6 and CE. RGB value is (199,182,206). Sum of RGB (Red+Green+Blue) = 199+182+206=587 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.90% from 587); Green value is 182 (71.48% from 255 or 31.01% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7B6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B6CE is #384931. Grayscale: #BDBDBD. Windows color (decimal): -3688754 or 13547207. OLE color: 13547207.
HSL color Cylindrical-coordinate representation of color #C7B6CE: hue angle of 282.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7B6CE is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 182 | 206 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.19 |
| HSL | 282.5º | 0.2% | 0.76% | - |
| HSV(B) | 282.5º | 0.12% | 0.81% | - |
| XYZ | 51.42 | 50.05 | 65.34 | - |
| YUV | 189.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 182 | 206 | 0.03 | 0.12 | 0 | 0.19 | 282.5 | 0.2 | 0.76 |
| Hex | C7 | B6 | CE | 3 | C | 0 | 13 | 11A | 14 | 4C |
| Octal | 307 | 266 | 316 | 3 | 14 | 0 | 23 | 432 | 24 | 114 |
| Binary | 11000111 | 10110110 | 11001110 | 11 | 1100 | 0 | 10011 | 100011010 | 10100 | 1001100 |
Color Harmonies of #C7B6CE
Complementary color
Monochromatic Colors of #C7B6CE
Black with #C7B6CE
Text Example
Text Example
White with #C7B6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B6CE; }
p { color: rgb(199,182,206); }
H1.HeaderClassName
{
color: #C7B6CE;
}
.AnyTagClassName
{
color: #C7B6CE;
}
</style>
background-color css
<style>
a { background-color: #C7B6CE; }
a { background-color: rgb(199,182,206); }
div.DivClassName
{
background-color: #C7B6CE;
}
.BgClassName
{
background-color: #C7B6CE;
}
</style>
border-color css
<style>
span { border-color: #C7B6CE; }
span { border-color: rgb(199,182,206); }
td.TdClassName
{
border-color: #C7B6CE;
}
.TagClassName
{
border-color: #C7B6CE;
}
</style>