Shades of Prelude #C7B7CF
Tints of Prelude #C7B7CF
RGB
CMYK
RGB Variations
Color information
#C7B7CF (or 0xC7B7CF) is known color: Prelude. HEX triplet: C7, B7 and CF. RGB value is (199,183,207). Sum of RGB (Red+Green+Blue) = 199+183+207=589 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.79% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7B7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B7CF is #384830. Grayscale: #BEBEBE. Windows color (decimal): -3688497 or 13612999. OLE color: 13612999.
HSL color Cylindrical-coordinate representation of color #C7B7CF: hue angle of 280º 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 #C7B7CF is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 183 | 207 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.19 |
| HSL | 280º | 0.2% | 0.76% | - |
| HSV(B) | 280º | 0.12% | 0.81% | - |
| XYZ | 51.75 | 50.51 | 66.05 | - |
| YUV | 190.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 207 | 0.04 | 0.12 | 0 | 0.19 | 280 | 0.2 | 0.76 |
| Hex | C7 | B7 | CF | 4 | C | 0 | 13 | 118 | 14 | 4C |
| Octal | 307 | 267 | 317 | 4 | 14 | 0 | 23 | 430 | 24 | 114 |
| Binary | 11000111 | 10110111 | 11001111 | 100 | 1100 | 0 | 10011 | 100011000 | 10100 | 1001100 |
Color Harmonies of #C7B7CF
Complementary color
Monochromatic Colors of #C7B7CF
Black with #C7B7CF
Text Example
Text Example
White with #C7B7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B7CF; }
p { color: rgb(199,183,207); }
H1.HeaderClassName
{
color: #C7B7CF;
}
.AnyTagClassName
{
color: #C7B7CF;
}
</style>
background-color css
<style>
a { background-color: #C7B7CF; }
a { background-color: rgb(199,183,207); }
div.DivClassName
{
background-color: #C7B7CF;
}
.BgClassName
{
background-color: #C7B7CF;
}
</style>
border-color css
<style>
span { border-color: #C7B7CF; }
span { border-color: rgb(199,183,207); }
td.TdClassName
{
border-color: #C7B7CF;
}
.TagClassName
{
border-color: #C7B7CF;
}
</style>