Shades of Prelude #CEB8DD
Tints of Prelude #CEB8DD
RGB
CMYK
RGB Variations
Color information
#CEB8DD (or 0xCEB8DD) is known color: Prelude. HEX triplet: CE, B8 and DD. RGB value is (206,184,221). Sum of RGB (Red+Green+Blue) = 206+184+221=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEB8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8DD is #314722. Grayscale: #C2C2C2. Windows color (decimal): -3229475 or 14530766. OLE color: 14530766.
HSL color Cylindrical-coordinate representation of color #CEB8DD: hue angle of 275.68º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEB8DD is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 184 | 221 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.13 |
| HSL | 275.68º | 0.35% | 0.79% | - |
| HSV(B) | 275.68º | 0.17% | 0.87% | - |
| XYZ | 55.65 | 52.62 | 75.63 | - |
| YUV | 194.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 221 | 0.07 | 0.17 | 0 | 0.13 | 275.68 | 0.35 | 0.79 |
| Hex | CE | B8 | DD | 7 | 11 | 0 | D | 114 | 23 | 4F |
| Octal | 316 | 270 | 335 | 7 | 21 | 0 | 15 | 424 | 43 | 117 |
| Binary | 11001110 | 10111000 | 11011101 | 111 | 10001 | 0 | 1101 | 100010100 | 100011 | 1001111 |
Color Harmonies of #CEB8DD
Complementary color
Monochromatic Colors of #CEB8DD
Black with #CEB8DD
Text Example
Text Example
White with #CEB8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB8DD; }
p { color: rgb(206,184,221); }
H1.HeaderClassName
{
color: #CEB8DD;
}
.AnyTagClassName
{
color: #CEB8DD;
}
</style>
background-color css
<style>
a { background-color: #CEB8DD; }
a { background-color: rgb(206,184,221); }
div.DivClassName
{
background-color: #CEB8DD;
}
.BgClassName
{
background-color: #CEB8DD;
}
</style>
border-color css
<style>
span { border-color: #CEB8DD; }
span { border-color: rgb(206,184,221); }
td.TdClassName
{
border-color: #CEB8DD;
}
.TagClassName
{
border-color: #CEB8DD;
}
</style>