Shades of Prelude #CEB6E1
Tints of Prelude #CEB6E1
RGB
CMYK
RGB Variations
Color information
#CEB6E1 (or 0xCEB6E1) is known color: Prelude. HEX triplet: CE, B6 and E1. RGB value is (206,182,225). Sum of RGB (Red+Green+Blue) = 206+182+225=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEB6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6E1 is #31491E. Grayscale: #C1C1C1. Windows color (decimal): -3229983 or 14792398. OLE color: 14792398.
HSL color Cylindrical-coordinate representation of color #CEB6E1: hue angle of 273.49º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEB6E1 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 182 | 225 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.12 |
| HSL | 273.49º | 0.42% | 0.8% | - |
| HSV(B) | 273.49º | 0.19% | 0.88% | - |
| XYZ | 55.77 | 52.01 | 78.33 | - |
| YUV | 194.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 225 | 0.08 | 0.19 | 0 | 0.12 | 273.49 | 0.42 | 0.8 |
| Hex | CE | B6 | E1 | 8 | 13 | 0 | C | 111 | 2A | 50 |
| Octal | 316 | 266 | 341 | 10 | 23 | 0 | 14 | 421 | 52 | 120 |
| Binary | 11001110 | 10110110 | 11100001 | 1000 | 10011 | 0 | 1100 | 100010001 | 101010 | 1010000 |
Color Harmonies of #CEB6E1
Complementary color
Monochromatic Colors of #CEB6E1
Black with #CEB6E1
Text Example
Text Example
White with #CEB6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB6E1; }
p { color: rgb(206,182,225); }
H1.HeaderClassName
{
color: #CEB6E1;
}
.AnyTagClassName
{
color: #CEB6E1;
}
</style>
background-color css
<style>
a { background-color: #CEB6E1; }
a { background-color: rgb(206,182,225); }
div.DivClassName
{
background-color: #CEB6E1;
}
.BgClassName
{
background-color: #CEB6E1;
}
</style>
border-color css
<style>
span { border-color: #CEB6E1; }
span { border-color: rgb(206,182,225); }
td.TdClassName
{
border-color: #CEB6E1;
}
.TagClassName
{
border-color: #CEB6E1;
}
</style>