Shades of Prelude #CEB8D7
Tints of Prelude #CEB8D7
RGB
CMYK
RGB Variations
Color information
#CEB8D7 (or 0xCEB8D7) is known color: Prelude. HEX triplet: CE, B8 and D7. RGB value is (206,184,215). Sum of RGB (Red+Green+Blue) = 206+184+215=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEB8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8D7 is #314728. Grayscale: #C2C2C2. Windows color (decimal): -3229481 or 14137550. OLE color: 14137550.
HSL color Cylindrical-coordinate representation of color #CEB8D7: hue angle of 282.58º degrees, saturation: 0.28, 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 #CEB8D7 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 184 | 215 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.16 |
| HSL | 282.58º | 0.28% | 0.78% | - |
| HSV(B) | 282.58º | 0.14% | 0.84% | - |
| XYZ | 54.86 | 52.31 | 71.5 | - |
| YUV | 194.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 215 | 0.04 | 0.14 | 0 | 0.16 | 282.58 | 0.28 | 0.78 |
| Hex | CE | B8 | D7 | 4 | E | 0 | 10 | 11B | 1C | 4E |
| Octal | 316 | 270 | 327 | 4 | 16 | 0 | 20 | 433 | 34 | 116 |
| Binary | 11001110 | 10111000 | 11010111 | 100 | 1110 | 0 | 10000 | 100011011 | 11100 | 1001110 |
Color Harmonies of #CEB8D7
Complementary color
Monochromatic Colors of #CEB8D7
Black with #CEB8D7
Text Example
Text Example
White with #CEB8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB8D7; }
p { color: rgb(206,184,215); }
H1.HeaderClassName
{
color: #CEB8D7;
}
.AnyTagClassName
{
color: #CEB8D7;
}
</style>
background-color css
<style>
a { background-color: #CEB8D7; }
a { background-color: rgb(206,184,215); }
div.DivClassName
{
background-color: #CEB8D7;
}
.BgClassName
{
background-color: #CEB8D7;
}
</style>
border-color css
<style>
span { border-color: #CEB8D7; }
span { border-color: rgb(206,184,215); }
td.TdClassName
{
border-color: #CEB8D7;
}
.TagClassName
{
border-color: #CEB8D7;
}
</style>