Shades of Prelude #CEB8DF
Tints of Prelude #CEB8DF
RGB
CMYK
RGB Variations
Color information
#CEB8DF (or 0xCEB8DF) is known color: Prelude. HEX triplet: CE, B8 and DF. RGB value is (206,184,223). Sum of RGB (Red+Green+Blue) = 206+184+223=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEB8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8DF is #314720. Grayscale: #C2C2C2. Windows color (decimal): -3229473 or 14661838. OLE color: 14661838.
HSL color Cylindrical-coordinate representation of color #CEB8DF: hue angle of 273.85º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEB8DF is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 184 | 223 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.13 |
| HSL | 273.85º | 0.38% | 0.8% | - |
| HSV(B) | 273.85º | 0.17% | 0.87% | - |
| XYZ | 55.91 | 52.73 | 77.04 | - |
| YUV | 195.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 223 | 0.08 | 0.17 | 0 | 0.13 | 273.85 | 0.38 | 0.8 |
| Hex | CE | B8 | DF | 8 | 11 | 0 | D | 112 | 26 | 50 |
| Octal | 316 | 270 | 337 | 10 | 21 | 0 | 15 | 422 | 46 | 120 |
| Binary | 11001110 | 10111000 | 11011111 | 1000 | 10001 | 0 | 1101 | 100010010 | 100110 | 1010000 |
Color Harmonies of #CEB8DF
Complementary color
Monochromatic Colors of #CEB8DF
Black with #CEB8DF
Text Example
Text Example
White with #CEB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB8DF; }
p { color: rgb(206,184,223); }
H1.HeaderClassName
{
color: #CEB8DF;
}
.AnyTagClassName
{
color: #CEB8DF;
}
</style>
background-color css
<style>
a { background-color: #CEB8DF; }
a { background-color: rgb(206,184,223); }
div.DivClassName
{
background-color: #CEB8DF;
}
.BgClassName
{
background-color: #CEB8DF;
}
</style>
border-color css
<style>
span { border-color: #CEB8DF; }
span { border-color: rgb(206,184,223); }
td.TdClassName
{
border-color: #CEB8DF;
}
.TagClassName
{
border-color: #CEB8DF;
}
</style>