Shades of Prelude #CEB7D5
Tints of Prelude #CEB7D5
RGB
CMYK
RGB Variations
Color information
#CEB7D5 (or 0xCEB7D5) is known color: Prelude. HEX triplet: CE, B7 and D5. RGB value is (206,183,213). Sum of RGB (Red+Green+Blue) = 206+183+213=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 183 (71.88% from 255 or 30.40% from 602); Blue value is 213 (83.59% from 255 or 35.38% from 602); Max value from RGB is 213 - color contains mainly: blue. Hex color #CEB7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7D5 is #31482A. Grayscale: #C1C1C1. Windows color (decimal): -3229739 or 14006222. OLE color: 14006222.
HSL color Cylindrical-coordinate representation of color #CEB7D5: hue angle of 286º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEB7D5 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 183 | 213 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.16 |
| HSL | 286º | 0.26% | 0.78% | - |
| HSV(B) | 286º | 0.14% | 0.84% | - |
| XYZ | 54.4 | 51.79 | 70.08 | - |
| YUV | 193.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 213 | 0.03 | 0.14 | 0 | 0.16 | 286 | 0.26 | 0.78 |
| Hex | CE | B7 | D5 | 3 | E | 0 | 10 | 11E | 1A | 4E |
| Octal | 316 | 267 | 325 | 3 | 16 | 0 | 20 | 436 | 32 | 116 |
| Binary | 11001110 | 10110111 | 11010101 | 11 | 1110 | 0 | 10000 | 100011110 | 11010 | 1001110 |
Color Harmonies of #CEB7D5
Complementary color
Monochromatic Colors of #CEB7D5
Black with #CEB7D5
Text Example
Text Example
White with #CEB7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7D5; }
p { color: rgb(206,183,213); }
H1.HeaderClassName
{
color: #CEB7D5;
}
.AnyTagClassName
{
color: #CEB7D5;
}
</style>
background-color css
<style>
a { background-color: #CEB7D5; }
a { background-color: rgb(206,183,213); }
div.DivClassName
{
background-color: #CEB7D5;
}
.BgClassName
{
background-color: #CEB7D5;
}
</style>
border-color css
<style>
span { border-color: #CEB7D5; }
span { border-color: rgb(206,183,213); }
td.TdClassName
{
border-color: #CEB7D5;
}
.TagClassName
{
border-color: #CEB7D5;
}
</style>