Shades of Prelude #CEB8DB
Tints of Prelude #CEB8DB
RGB
CMYK
RGB Variations
Color information
#CEB8DB (or 0xCEB8DB) is known color: Prelude. HEX triplet: CE, B8 and DB. RGB value is (206,184,219). Sum of RGB (Red+Green+Blue) = 206+184+219=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEB8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8DB is #314724. Grayscale: #C2C2C2. Windows color (decimal): -3229477 or 14399694. OLE color: 14399694.
HSL color Cylindrical-coordinate representation of color #CEB8DB: hue angle of 277.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEB8DB is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 184 | 219 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.14 |
| HSL | 277.71º | 0.33% | 0.79% | - |
| HSV(B) | 277.71º | 0.16% | 0.86% | - |
| XYZ | 55.38 | 52.52 | 74.24 | - |
| YUV | 194.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 219 | 0.06 | 0.16 | 0 | 0.14 | 277.71 | 0.33 | 0.79 |
| Hex | CE | B8 | DB | 6 | 10 | 0 | E | 116 | 21 | 4F |
| Octal | 316 | 270 | 333 | 6 | 20 | 0 | 16 | 426 | 41 | 117 |
| Binary | 11001110 | 10111000 | 11011011 | 110 | 10000 | 0 | 1110 | 100010110 | 100001 | 1001111 |
Color Harmonies of #CEB8DB
Complementary color
Monochromatic Colors of #CEB8DB
Black with #CEB8DB
Text Example
Text Example
White with #CEB8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB8DB; }
p { color: rgb(206,184,219); }
H1.HeaderClassName
{
color: #CEB8DB;
}
.AnyTagClassName
{
color: #CEB8DB;
}
</style>
background-color css
<style>
a { background-color: #CEB8DB; }
a { background-color: rgb(206,184,219); }
div.DivClassName
{
background-color: #CEB8DB;
}
.BgClassName
{
background-color: #CEB8DB;
}
</style>
border-color css
<style>
span { border-color: #CEB8DB; }
span { border-color: rgb(206,184,219); }
td.TdClassName
{
border-color: #CEB8DB;
}
.TagClassName
{
border-color: #CEB8DB;
}
</style>