Shades of Prelude #CEB3D8
Tints of Prelude #CEB3D8
RGB
CMYK
RGB Variations
Color information
#CEB3D8 (or 0xCEB3D8) is known color: Prelude. HEX triplet: CE, B3 and D8. RGB value is (206,179,216). Sum of RGB (Red+Green+Blue) = 206+179+216=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 216 - color contains mainly: blue. Hex color #CEB3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3D8 is #314C27. Grayscale: #BFBFBF. Windows color (decimal): -3230760 or 14201806. OLE color: 14201806.
HSL color Cylindrical-coordinate representation of color #CEB3D8: hue angle of 283.78º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEB3D8 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 179 | 216 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.15 |
| HSL | 283.78º | 0.32% | 0.77% | - |
| HSV(B) | 283.78º | 0.17% | 0.85% | - |
| XYZ | 53.97 | 50.32 | 71.83 | - |
| YUV | 191.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 216 | 0.05 | 0.17 | 0 | 0.15 | 283.78 | 0.32 | 0.77 |
| Hex | CE | B3 | D8 | 5 | 11 | 0 | F | 11C | 20 | 4D |
| Octal | 316 | 263 | 330 | 5 | 21 | 0 | 17 | 434 | 40 | 115 |
| Binary | 11001110 | 10110011 | 11011000 | 101 | 10001 | 0 | 1111 | 100011100 | 100000 | 1001101 |
Color Harmonies of #CEB3D8
Complementary color
Monochromatic Colors of #CEB3D8
Black with #CEB3D8
Text Example
Text Example
White with #CEB3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB3D8; }
p { color: rgb(206,179,216); }
H1.HeaderClassName
{
color: #CEB3D8;
}
.AnyTagClassName
{
color: #CEB3D8;
}
</style>
background-color css
<style>
a { background-color: #CEB3D8; }
a { background-color: rgb(206,179,216); }
div.DivClassName
{
background-color: #CEB3D8;
}
.BgClassName
{
background-color: #CEB3D8;
}
</style>
border-color css
<style>
span { border-color: #CEB3D8; }
span { border-color: rgb(206,179,216); }
td.TdClassName
{
border-color: #CEB3D8;
}
.TagClassName
{
border-color: #CEB3D8;
}
</style>