Shades of Prelude #CEBADD
Tints of Prelude #CEBADD
RGB
CMYK
RGB Variations
Color information
#CEBADD (or 0xCEBADD) is known color: Prelude. HEX triplet: CE, BA and DD. RGB value is (206,186,221). Sum of RGB (Red+Green+Blue) = 206+186+221=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEBADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBADD is #314522. Grayscale: #C3C3C3. Windows color (decimal): -3228963 or 14531278. OLE color: 14531278.
HSL color Cylindrical-coordinate representation of color #CEBADD: hue angle of 274.29º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEBADD is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 186 | 221 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.13 |
| HSL | 274.29º | 0.34% | 0.8% | - |
| HSV(B) | 274.29º | 0.16% | 0.87% | - |
| XYZ | 56.06 | 53.46 | 75.77 | - |
| YUV | 195.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 221 | 0.07 | 0.16 | 0 | 0.13 | 274.29 | 0.34 | 0.8 |
| Hex | CE | BA | DD | 7 | 10 | 0 | D | 112 | 22 | 50 |
| Octal | 316 | 272 | 335 | 7 | 20 | 0 | 15 | 422 | 42 | 120 |
| Binary | 11001110 | 10111010 | 11011101 | 111 | 10000 | 0 | 1101 | 100010010 | 100010 | 1010000 |
Color Harmonies of #CEBADD
Complementary color
Monochromatic Colors of #CEBADD
Black with #CEBADD
Text Example
Text Example
White with #CEBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBADD; }
p { color: rgb(206,186,221); }
H1.HeaderClassName
{
color: #CEBADD;
}
.AnyTagClassName
{
color: #CEBADD;
}
</style>
background-color css
<style>
a { background-color: #CEBADD; }
a { background-color: rgb(206,186,221); }
div.DivClassName
{
background-color: #CEBADD;
}
.BgClassName
{
background-color: #CEBADD;
}
</style>
border-color css
<style>
span { border-color: #CEBADD; }
span { border-color: rgb(206,186,221); }
td.TdClassName
{
border-color: #CEBADD;
}
.TagClassName
{
border-color: #CEBADD;
}
</style>