Shades of Prelude #C7B7CB
Tints of Prelude #C7B7CB
RGB
CMYK
RGB Variations
Color information
#C7B7CB (or 0xC7B7CB) is known color: Prelude. HEX triplet: C7, B7 and CB. RGB value is (199,183,203). Sum of RGB (Red+Green+Blue) = 199+183+203=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 183 (71.88% from 255 or 31.28% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 203 - color contains mainly: blue. Hex color #C7B7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B7CB is #384834. Grayscale: #BEBEBE. Windows color (decimal): -3688501 or 13350855. OLE color: 13350855.
HSL color Cylindrical-coordinate representation of color #C7B7CB: hue angle of 288º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7B7CB is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 183 | 203 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.20 |
| HSL | 288º | 0.16% | 0.76% | - |
| HSV(B) | 288º | 0.1% | 0.8% | - |
| XYZ | 51.27 | 50.32 | 63.51 | - |
| YUV | 190.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 203 | 0.02 | 0.10 | 0 | 0.20 | 288 | 0.16 | 0.76 |
| Hex | C7 | B7 | CB | 2 | A | 0 | 14 | 120 | 10 | 4C |
| Octal | 307 | 267 | 313 | 2 | 12 | 0 | 24 | 440 | 20 | 114 |
| Binary | 11000111 | 10110111 | 11001011 | 10 | 1010 | 0 | 10100 | 100100000 | 10000 | 1001100 |
Color Harmonies of #C7B7CB
Complementary color
Monochromatic Colors of #C7B7CB
Black with #C7B7CB
Text Example
Text Example
White with #C7B7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B7CB; }
p { color: rgb(199,183,203); }
H1.HeaderClassName
{
color: #C7B7CB;
}
.AnyTagClassName
{
color: #C7B7CB;
}
</style>
background-color css
<style>
a { background-color: #C7B7CB; }
a { background-color: rgb(199,183,203); }
div.DivClassName
{
background-color: #C7B7CB;
}
.BgClassName
{
background-color: #C7B7CB;
}
</style>
border-color css
<style>
span { border-color: #C7B7CB; }
span { border-color: rgb(199,183,203); }
td.TdClassName
{
border-color: #C7B7CB;
}
.TagClassName
{
border-color: #C7B7CB;
}
</style>