Shades of Prelude #C8B6CE
Tints of Prelude #C8B6CE
RGB
CMYK
RGB Variations
Color information
#C8B6CE (or 0xC8B6CE) is known color: Prelude. HEX triplet: C8, B6 and CE. RGB value is (200,182,206). Sum of RGB (Red+Green+Blue) = 200+182+206=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8B6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B6CE is #374931. Grayscale: #BEBEBE. Windows color (decimal): -3623218 or 13547208. OLE color: 13547208.
HSL color Cylindrical-coordinate representation of color #C8B6CE: hue angle of 285º 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 #C8B6CE is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 182 | 206 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.19 |
| HSL | 285º | 0.2% | 0.76% | - |
| HSV(B) | 285º | 0.12% | 0.81% | - |
| XYZ | 51.69 | 50.19 | 65.36 | - |
| YUV | 190.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 206 | 0.03 | 0.12 | 0 | 0.19 | 285 | 0.2 | 0.76 |
| Hex | C8 | B6 | CE | 3 | C | 0 | 13 | 11D | 14 | 4C |
| Octal | 310 | 266 | 316 | 3 | 14 | 0 | 23 | 435 | 24 | 114 |
| Binary | 11001000 | 10110110 | 11001110 | 11 | 1100 | 0 | 10011 | 100011101 | 10100 | 1001100 |
Color Harmonies of #C8B6CE
Complementary color
Monochromatic Colors of #C8B6CE
Black with #C8B6CE
Text Example
Text Example
White with #C8B6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B6CE; }
p { color: rgb(200,182,206); }
H1.HeaderClassName
{
color: #C8B6CE;
}
.AnyTagClassName
{
color: #C8B6CE;
}
</style>
background-color css
<style>
a { background-color: #C8B6CE; }
a { background-color: rgb(200,182,206); }
div.DivClassName
{
background-color: #C8B6CE;
}
.BgClassName
{
background-color: #C8B6CE;
}
</style>
border-color css
<style>
span { border-color: #C8B6CE; }
span { border-color: rgb(200,182,206); }
td.TdClassName
{
border-color: #C8B6CE;
}
.TagClassName
{
border-color: #C8B6CE;
}
</style>