Shades of Prelude #CEB7DD
Tints of Prelude #CEB7DD
RGB
CMYK
RGB Variations
Color information
#CEB7DD (or 0xCEB7DD) is known color: Prelude. HEX triplet: CE, B7 and DD. RGB value is (206,183,221). Sum of RGB (Red+Green+Blue) = 206+183+221=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEB7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7DD is #314822. Grayscale: #C2C2C2. Windows color (decimal): -3229731 or 14530510. OLE color: 14530510.
HSL color Cylindrical-coordinate representation of color #CEB7DD: hue angle of 276.32º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEB7DD is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 183 | 221 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.13 |
| HSL | 276.32º | 0.36% | 0.79% | - |
| HSV(B) | 276.32º | 0.17% | 0.87% | - |
| XYZ | 55.44 | 52.21 | 75.56 | - |
| YUV | 194.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 221 | 0.07 | 0.17 | 0 | 0.13 | 276.32 | 0.36 | 0.79 |
| Hex | CE | B7 | DD | 7 | 11 | 0 | D | 114 | 24 | 4F |
| Octal | 316 | 267 | 335 | 7 | 21 | 0 | 15 | 424 | 44 | 117 |
| Binary | 11001110 | 10110111 | 11011101 | 111 | 10001 | 0 | 1101 | 100010100 | 100100 | 1001111 |
Color Harmonies of #CEB7DD
Complementary color
Monochromatic Colors of #CEB7DD
Black with #CEB7DD
Text Example
Text Example
White with #CEB7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7DD; }
p { color: rgb(206,183,221); }
H1.HeaderClassName
{
color: #CEB7DD;
}
.AnyTagClassName
{
color: #CEB7DD;
}
</style>
background-color css
<style>
a { background-color: #CEB7DD; }
a { background-color: rgb(206,183,221); }
div.DivClassName
{
background-color: #CEB7DD;
}
.BgClassName
{
background-color: #CEB7DD;
}
</style>
border-color css
<style>
span { border-color: #CEB7DD; }
span { border-color: rgb(206,183,221); }
td.TdClassName
{
border-color: #CEB7DD;
}
.TagClassName
{
border-color: #CEB7DD;
}
</style>