Shades of Prelude #CEB7DF
Tints of Prelude #CEB7DF
RGB
CMYK
RGB Variations
Color information
#CEB7DF (or 0xCEB7DF) is known color: Prelude. HEX triplet: CE, B7 and DF. RGB value is (206,183,223). Sum of RGB (Red+Green+Blue) = 206+183+223=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEB7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7DF is #314820. Grayscale: #C2C2C2. Windows color (decimal): -3229729 or 14661582. OLE color: 14661582.
HSL color Cylindrical-coordinate representation of color #CEB7DF: hue angle of 274.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEB7DF is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 183 | 223 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.13 |
| HSL | 274.5º | 0.38% | 0.8% | - |
| HSV(B) | 274.5º | 0.18% | 0.87% | - |
| XYZ | 55.71 | 52.32 | 76.97 | - |
| YUV | 194.44 | 144.12 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 223 | 0.08 | 0.18 | 0 | 0.13 | 274.5 | 0.38 | 0.8 |
| Hex | CE | B7 | DF | 8 | 12 | 0 | D | 112 | 26 | 50 |
| Octal | 316 | 267 | 337 | 10 | 22 | 0 | 15 | 422 | 46 | 120 |
| Binary | 11001110 | 10110111 | 11011111 | 1000 | 10010 | 0 | 1101 | 100010010 | 100110 | 1010000 |
Color Harmonies of #CEB7DF
Complementary color
Monochromatic Colors of #CEB7DF
Black with #CEB7DF
Text Example
Text Example
White with #CEB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7DF; }
p { color: rgb(206,183,223); }
H1.HeaderClassName
{
color: #CEB7DF;
}
.AnyTagClassName
{
color: #CEB7DF;
}
</style>
background-color css
<style>
a { background-color: #CEB7DF; }
a { background-color: rgb(206,183,223); }
div.DivClassName
{
background-color: #CEB7DF;
}
.BgClassName
{
background-color: #CEB7DF;
}
</style>
border-color css
<style>
span { border-color: #CEB7DF; }
span { border-color: rgb(206,183,223); }
td.TdClassName
{
border-color: #CEB7DF;
}
.TagClassName
{
border-color: #CEB7DF;
}
</style>