Shades of Prelude #C8B7CE
Tints of Prelude #C8B7CE
RGB
CMYK
RGB Variations
Color information
#C8B7CE (or 0xC8B7CE) is known color: Prelude. HEX triplet: C8, B7 and CE. RGB value is (200,183,206). Sum of RGB (Red+Green+Blue) = 200+183+206=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8B7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B7CE is #374831. Grayscale: #BEBEBE. Windows color (decimal): -3622962 or 13547464. OLE color: 13547464.
HSL color Cylindrical-coordinate representation of color #C8B7CE: hue angle of 284.35º 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 #C8B7CE is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 183 | 206 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.19 |
| HSL | 284.35º | 0.19% | 0.76% | - |
| HSV(B) | 284.35º | 0.11% | 0.81% | - |
| XYZ | 51.89 | 50.6 | 65.42 | - |
| YUV | 190.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 183 | 206 | 0.03 | 0.11 | 0 | 0.19 | 284.35 | 0.19 | 0.76 |
| Hex | C8 | B7 | CE | 3 | B | 0 | 13 | 11C | 13 | 4C |
| Octal | 310 | 267 | 316 | 3 | 13 | 0 | 23 | 434 | 23 | 114 |
| Binary | 11001000 | 10110111 | 11001110 | 11 | 1011 | 0 | 10011 | 100011100 | 10011 | 1001100 |
Color Harmonies of #C8B7CE
Complementary color
Monochromatic Colors of #C8B7CE
Black with #C8B7CE
Text Example
Text Example
White with #C8B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B7CE; }
p { color: rgb(200,183,206); }
H1.HeaderClassName
{
color: #C8B7CE;
}
.AnyTagClassName
{
color: #C8B7CE;
}
</style>
background-color css
<style>
a { background-color: #C8B7CE; }
a { background-color: rgb(200,183,206); }
div.DivClassName
{
background-color: #C8B7CE;
}
.BgClassName
{
background-color: #C8B7CE;
}
</style>
border-color css
<style>
span { border-color: #C8B7CE; }
span { border-color: rgb(200,183,206); }
td.TdClassName
{
border-color: #C8B7CE;
}
.TagClassName
{
border-color: #C8B7CE;
}
</style>