Shades of Prelude #CEB7D7
Tints of Prelude #CEB7D7
RGB
CMYK
RGB Variations
Color information
#CEB7D7 (or 0xCEB7D7) is known color: Prelude. HEX triplet: CE, B7 and D7. RGB value is (206,183,215). Sum of RGB (Red+Green+Blue) = 206+183+215=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEB7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7D7 is #314828. Grayscale: #C1C1C1. Windows color (decimal): -3229737 or 14137294. OLE color: 14137294.
HSL color Cylindrical-coordinate representation of color #CEB7D7: hue angle of 283.12º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEB7D7 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 183 | 215 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.16 |
| HSL | 283.13º | 0.29% | 0.78% | - |
| HSV(B) | 283.13º | 0.15% | 0.84% | - |
| XYZ | 54.65 | 51.9 | 71.43 | - |
| YUV | 193.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 215 | 0.04 | 0.15 | 0 | 0.16 | 283.13 | 0.29 | 0.78 |
| Hex | CE | B7 | D7 | 4 | F | 0 | 10 | 11B | 1D | 4E |
| Octal | 316 | 267 | 327 | 4 | 17 | 0 | 20 | 433 | 35 | 116 |
| Binary | 11001110 | 10110111 | 11010111 | 100 | 1111 | 0 | 10000 | 100011011 | 11101 | 1001110 |
Color Harmonies of #CEB7D7
Complementary color
Monochromatic Colors of #CEB7D7
Black with #CEB7D7
Text Example
Text Example
White with #CEB7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7D7; }
p { color: rgb(206,183,215); }
H1.HeaderClassName
{
color: #CEB7D7;
}
.AnyTagClassName
{
color: #CEB7D7;
}
</style>
background-color css
<style>
a { background-color: #CEB7D7; }
a { background-color: rgb(206,183,215); }
div.DivClassName
{
background-color: #CEB7D7;
}
.BgClassName
{
background-color: #CEB7D7;
}
</style>
border-color css
<style>
span { border-color: #CEB7D7; }
span { border-color: rgb(206,183,215); }
td.TdClassName
{
border-color: #CEB7D7;
}
.TagClassName
{
border-color: #CEB7D7;
}
</style>