Shades of Prelude #C8B3CF
Tints of Prelude #C8B3CF
RGB
CMYK
RGB Variations
Color information
#C8B3CF (or 0xC8B3CF) is known color: Prelude. HEX triplet: C8, B3 and CF. RGB value is (200,179,207). Sum of RGB (Red+Green+Blue) = 200+179+207=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8B3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B3CF is #374C30. Grayscale: #BCBCBC. Windows color (decimal): -3623985 or 13611976. OLE color: 13611976.
HSL color Cylindrical-coordinate representation of color #C8B3CF: hue angle of 285º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8B3CF is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 179 | 207 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.19 |
| HSL | 285º | 0.23% | 0.76% | - |
| HSV(B) | 285º | 0.14% | 0.81% | - |
| XYZ | 51.2 | 49.02 | 65.8 | - |
| YUV | 188.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 207 | 0.03 | 0.14 | 0 | 0.19 | 285 | 0.23 | 0.76 |
| Hex | C8 | B3 | CF | 3 | E | 0 | 13 | 11D | 17 | 4C |
| Octal | 310 | 263 | 317 | 3 | 16 | 0 | 23 | 435 | 27 | 114 |
| Binary | 11001000 | 10110011 | 11001111 | 11 | 1110 | 0 | 10011 | 100011101 | 10111 | 1001100 |
Color Harmonies of #C8B3CF
Complementary color
Monochromatic Colors of #C8B3CF
Black with #C8B3CF
Text Example
Text Example
White with #C8B3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B3CF; }
p { color: rgb(200,179,207); }
H1.HeaderClassName
{
color: #C8B3CF;
}
.AnyTagClassName
{
color: #C8B3CF;
}
</style>
background-color css
<style>
a { background-color: #C8B3CF; }
a { background-color: rgb(200,179,207); }
div.DivClassName
{
background-color: #C8B3CF;
}
.BgClassName
{
background-color: #C8B3CF;
}
</style>
border-color css
<style>
span { border-color: #C8B3CF; }
span { border-color: rgb(200,179,207); }
td.TdClassName
{
border-color: #C8B3CF;
}
.TagClassName
{
border-color: #C8B3CF;
}
</style>