Shades of Prelude #CEB9DD
Tints of Prelude #CEB9DD
RGB
CMYK
RGB Variations
Color information
#CEB9DD (or 0xCEB9DD) is known color: Prelude. HEX triplet: CE, B9 and DD. RGB value is (206,185,221). Sum of RGB (Red+Green+Blue) = 206+185+221=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEB9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9DD is #314622. Grayscale: #C3C3C3. Windows color (decimal): -3229219 or 14531022. OLE color: 14531022.
HSL color Cylindrical-coordinate representation of color #CEB9DD: hue angle of 275º degrees, saturation: 0.35, 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 #CEB9DD is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 185 | 221 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.13 |
| HSL | 275º | 0.35% | 0.8% | - |
| HSV(B) | 275º | 0.16% | 0.87% | - |
| XYZ | 55.85 | 53.04 | 75.7 | - |
| YUV | 195.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 221 | 0.07 | 0.16 | 0 | 0.13 | 275 | 0.35 | 0.8 |
| Hex | CE | B9 | DD | 7 | 10 | 0 | D | 113 | 23 | 50 |
| Octal | 316 | 271 | 335 | 7 | 20 | 0 | 15 | 423 | 43 | 120 |
| Binary | 11001110 | 10111001 | 11011101 | 111 | 10000 | 0 | 1101 | 100010011 | 100011 | 1010000 |
Color Harmonies of #CEB9DD
Complementary color
Monochromatic Colors of #CEB9DD
Black with #CEB9DD
Text Example
Text Example
White with #CEB9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB9DD; }
p { color: rgb(206,185,221); }
H1.HeaderClassName
{
color: #CEB9DD;
}
.AnyTagClassName
{
color: #CEB9DD;
}
</style>
background-color css
<style>
a { background-color: #CEB9DD; }
a { background-color: rgb(206,185,221); }
div.DivClassName
{
background-color: #CEB9DD;
}
.BgClassName
{
background-color: #CEB9DD;
}
</style>
border-color css
<style>
span { border-color: #CEB9DD; }
span { border-color: rgb(206,185,221); }
td.TdClassName
{
border-color: #CEB9DD;
}
.TagClassName
{
border-color: #CEB9DD;
}
</style>