Shades of Prelude #CEB9DB
Tints of Prelude #CEB9DB
RGB
CMYK
RGB Variations
Color information
#CEB9DB (or 0xCEB9DB) is known color: Prelude. HEX triplet: CE, B9 and DB. RGB value is (206,185,219). Sum of RGB (Red+Green+Blue) = 206+185+219=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEB9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9DB is #314624. Grayscale: #C3C3C3. Windows color (decimal): -3229221 or 14399950. OLE color: 14399950.
HSL color Cylindrical-coordinate representation of color #CEB9DB: hue angle of 277.06º degrees, saturation: 0.32, 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 #CEB9DB is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 185 | 219 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.14 |
| HSL | 277.06º | 0.32% | 0.79% | - |
| HSV(B) | 277.06º | 0.16% | 0.86% | - |
| XYZ | 55.59 | 52.93 | 74.31 | - |
| YUV | 195.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 219 | 0.06 | 0.16 | 0 | 0.14 | 277.06 | 0.32 | 0.79 |
| Hex | CE | B9 | DB | 6 | 10 | 0 | E | 115 | 20 | 4F |
| Octal | 316 | 271 | 333 | 6 | 20 | 0 | 16 | 425 | 40 | 117 |
| Binary | 11001110 | 10111001 | 11011011 | 110 | 10000 | 0 | 1110 | 100010101 | 100000 | 1001111 |
Color Harmonies of #CEB9DB
Complementary color
Monochromatic Colors of #CEB9DB
Black with #CEB9DB
Text Example
Text Example
White with #CEB9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB9DB; }
p { color: rgb(206,185,219); }
H1.HeaderClassName
{
color: #CEB9DB;
}
.AnyTagClassName
{
color: #CEB9DB;
}
</style>
background-color css
<style>
a { background-color: #CEB9DB; }
a { background-color: rgb(206,185,219); }
div.DivClassName
{
background-color: #CEB9DB;
}
.BgClassName
{
background-color: #CEB9DB;
}
</style>
border-color css
<style>
span { border-color: #CEB9DB; }
span { border-color: rgb(206,185,219); }
td.TdClassName
{
border-color: #CEB9DB;
}
.TagClassName
{
border-color: #CEB9DB;
}
</style>