Shades of Prelude #CEB5D9
Tints of Prelude #CEB5D9
RGB
CMYK
RGB Variations
Color information
#CEB5D9 (or 0xCEB5D9) is known color: Prelude. HEX triplet: CE, B5 and D9. RGB value is (206,181,217). Sum of RGB (Red+Green+Blue) = 206+181+217=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 217 - color contains mainly: blue. Hex color #CEB5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5D9 is #314A26. Grayscale: #C0C0C0. Windows color (decimal): -3230247 or 14267854. OLE color: 14267854.
HSL color Cylindrical-coordinate representation of color #CEB5D9: hue angle of 281.67º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEB5D9 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 181 | 217 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.15 |
| HSL | 281.67º | 0.32% | 0.78% | - |
| HSV(B) | 281.67º | 0.17% | 0.85% | - |
| XYZ | 54.5 | 51.18 | 72.65 | - |
| YUV | 192.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 217 | 0.05 | 0.17 | 0 | 0.15 | 281.67 | 0.32 | 0.78 |
| Hex | CE | B5 | D9 | 5 | 11 | 0 | F | 11A | 20 | 4E |
| Octal | 316 | 265 | 331 | 5 | 21 | 0 | 17 | 432 | 40 | 116 |
| Binary | 11001110 | 10110101 | 11011001 | 101 | 10001 | 0 | 1111 | 100011010 | 100000 | 1001110 |
Color Harmonies of #CEB5D9
Complementary color
Monochromatic Colors of #CEB5D9
Black with #CEB5D9
Text Example
Text Example
White with #CEB5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5D9; }
p { color: rgb(206,181,217); }
H1.HeaderClassName
{
color: #CEB5D9;
}
.AnyTagClassName
{
color: #CEB5D9;
}
</style>
background-color css
<style>
a { background-color: #CEB5D9; }
a { background-color: rgb(206,181,217); }
div.DivClassName
{
background-color: #CEB5D9;
}
.BgClassName
{
background-color: #CEB5D9;
}
</style>
border-color css
<style>
span { border-color: #CEB5D9; }
span { border-color: rgb(206,181,217); }
td.TdClassName
{
border-color: #CEB5D9;
}
.TagClassName
{
border-color: #CEB5D9;
}
</style>