Shades of Prelude #CEB8D6
Tints of Prelude #CEB8D6
RGB
CMYK
RGB Variations
Color information
#CEB8D6 (or 0xCEB8D6) is known color: Prelude. HEX triplet: CE, B8 and D6. RGB value is (206,184,214). Sum of RGB (Red+Green+Blue) = 206+184+214=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 214 - color contains mainly: blue. Hex color #CEB8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8D6 is #314729. Grayscale: #C1C1C1. Windows color (decimal): -3229482 or 14072014. OLE color: 14072014.
HSL color Cylindrical-coordinate representation of color #CEB8D6: hue angle of 284º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEB8D6 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 184 | 214 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.16 |
| HSL | 284º | 0.27% | 0.78% | - |
| HSV(B) | 284º | 0.14% | 0.84% | - |
| XYZ | 54.73 | 52.26 | 70.82 | - |
| YUV | 194 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 214 | 0.04 | 0.14 | 0 | 0.16 | 284 | 0.27 | 0.78 |
| Hex | CE | B8 | D6 | 4 | E | 0 | 10 | 11C | 1B | 4E |
| Octal | 316 | 270 | 326 | 4 | 16 | 0 | 20 | 434 | 33 | 116 |
| Binary | 11001110 | 10111000 | 11010110 | 100 | 1110 | 0 | 10000 | 100011100 | 11011 | 1001110 |
Color Harmonies of #CEB8D6
Complementary color
Monochromatic Colors of #CEB8D6
Black with #CEB8D6
Text Example
Text Example
White with #CEB8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB8D6; }
p { color: rgb(206,184,214); }
H1.HeaderClassName
{
color: #CEB8D6;
}
.AnyTagClassName
{
color: #CEB8D6;
}
</style>
background-color css
<style>
a { background-color: #CEB8D6; }
a { background-color: rgb(206,184,214); }
div.DivClassName
{
background-color: #CEB8D6;
}
.BgClassName
{
background-color: #CEB8D6;
}
</style>
border-color css
<style>
span { border-color: #CEB8D6; }
span { border-color: rgb(206,184,214); }
td.TdClassName
{
border-color: #CEB8D6;
}
.TagClassName
{
border-color: #CEB8D6;
}
</style>