Shades of Prelude #CEB3DD
Tints of Prelude #CEB3DD
RGB
CMYK
RGB Variations
Color information
#CEB3DD (or 0xCEB3DD) is known color: Prelude. HEX triplet: CE, B3 and DD. RGB value is (206,179,221). Sum of RGB (Red+Green+Blue) = 206+179+221=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEB3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3DD is #314C22. Grayscale: #BFBFBF. Windows color (decimal): -3230755 or 14529486. OLE color: 14529486.
HSL color Cylindrical-coordinate representation of color #CEB3DD: hue angle of 278.57º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEB3DD is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 179 | 221 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.13 |
| HSL | 278.57º | 0.38% | 0.78% | - |
| HSV(B) | 278.57º | 0.19% | 0.87% | - |
| XYZ | 54.62 | 50.58 | 75.29 | - |
| YUV | 191.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 221 | 0.07 | 0.19 | 0 | 0.13 | 278.57 | 0.38 | 0.78 |
| Hex | CE | B3 | DD | 7 | 13 | 0 | D | 117 | 26 | 4E |
| Octal | 316 | 263 | 335 | 7 | 23 | 0 | 15 | 427 | 46 | 116 |
| Binary | 11001110 | 10110011 | 11011101 | 111 | 10011 | 0 | 1101 | 100010111 | 100110 | 1001110 |
Color Harmonies of #CEB3DD
Complementary color
Monochromatic Colors of #CEB3DD
Black with #CEB3DD
Text Example
Text Example
White with #CEB3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB3DD; }
p { color: rgb(206,179,221); }
H1.HeaderClassName
{
color: #CEB3DD;
}
.AnyTagClassName
{
color: #CEB3DD;
}
</style>
background-color css
<style>
a { background-color: #CEB3DD; }
a { background-color: rgb(206,179,221); }
div.DivClassName
{
background-color: #CEB3DD;
}
.BgClassName
{
background-color: #CEB3DD;
}
</style>
border-color css
<style>
span { border-color: #CEB3DD; }
span { border-color: rgb(206,179,221); }
td.TdClassName
{
border-color: #CEB3DD;
}
.TagClassName
{
border-color: #CEB3DD;
}
</style>