Shades of Prelude #CEB7D9
Tints of Prelude #CEB7D9
RGB
CMYK
RGB Variations
Color information
#CEB7D9 (or 0xCEB7D9) is known color: Prelude. HEX triplet: CE, B7 and D9. RGB value is (206,183,217). Sum of RGB (Red+Green+Blue) = 206+183+217=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 217 - color contains mainly: blue. Hex color #CEB7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7D9 is #314826. Grayscale: #C1C1C1. Windows color (decimal): -3229735 or 14268366. OLE color: 14268366.
HSL color Cylindrical-coordinate representation of color #CEB7D9: hue angle of 280.59º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEB7D9 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 183 | 217 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.15 |
| HSL | 280.59º | 0.31% | 0.78% | - |
| HSV(B) | 280.59º | 0.16% | 0.85% | - |
| XYZ | 54.91 | 52 | 72.79 | - |
| YUV | 193.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 217 | 0.05 | 0.16 | 0 | 0.15 | 280.59 | 0.31 | 0.78 |
| Hex | CE | B7 | D9 | 5 | 10 | 0 | F | 119 | 1F | 4E |
| Octal | 316 | 267 | 331 | 5 | 20 | 0 | 17 | 431 | 37 | 116 |
| Binary | 11001110 | 10110111 | 11011001 | 101 | 10000 | 0 | 1111 | 100011001 | 11111 | 1001110 |
Color Harmonies of #CEB7D9
Complementary color
Monochromatic Colors of #CEB7D9
Black with #CEB7D9
Text Example
Text Example
White with #CEB7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7D9; }
p { color: rgb(206,183,217); }
H1.HeaderClassName
{
color: #CEB7D9;
}
.AnyTagClassName
{
color: #CEB7D9;
}
</style>
background-color css
<style>
a { background-color: #CEB7D9; }
a { background-color: rgb(206,183,217); }
div.DivClassName
{
background-color: #CEB7D9;
}
.BgClassName
{
background-color: #CEB7D9;
}
</style>
border-color css
<style>
span { border-color: #CEB7D9; }
span { border-color: rgb(206,183,217); }
td.TdClassName
{
border-color: #CEB7D9;
}
.TagClassName
{
border-color: #CEB7D9;
}
</style>