Shades of Prelude #CEB3D7
Tints of Prelude #CEB3D7
RGB
CMYK
RGB Variations
Color information
#CEB3D7 (or 0xCEB3D7) is known color: Prelude. HEX triplet: CE, B3 and D7. RGB value is (206,179,215). Sum of RGB (Red+Green+Blue) = 206+179+215=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 179 (70.31% from 255 or 29.83% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEB3D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3D7 is #314C28. Grayscale: #BFBFBF. Windows color (decimal): -3230761 or 14136270. OLE color: 14136270.
HSL color Cylindrical-coordinate representation of color #CEB3D7: hue angle of 285º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEB3D7 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 179 | 215 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.16 |
| HSL | 285º | 0.31% | 0.77% | - |
| HSV(B) | 285º | 0.17% | 0.84% | - |
| XYZ | 53.84 | 50.27 | 71.16 | - |
| YUV | 191.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 215 | 0.04 | 0.17 | 0 | 0.16 | 285 | 0.31 | 0.77 |
| Hex | CE | B3 | D7 | 4 | 11 | 0 | 10 | 11D | 1F | 4D |
| Octal | 316 | 263 | 327 | 4 | 21 | 0 | 20 | 435 | 37 | 115 |
| Binary | 11001110 | 10110011 | 11010111 | 100 | 10001 | 0 | 10000 | 100011101 | 11111 | 1001101 |
Color Harmonies of #CEB3D7
Complementary color
Monochromatic Colors of #CEB3D7
Black with #CEB3D7
Text Example
Text Example
White with #CEB3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB3D7; }
p { color: rgb(206,179,215); }
H1.HeaderClassName
{
color: #CEB3D7;
}
.AnyTagClassName
{
color: #CEB3D7;
}
</style>
background-color css
<style>
a { background-color: #CEB3D7; }
a { background-color: rgb(206,179,215); }
div.DivClassName
{
background-color: #CEB3D7;
}
.BgClassName
{
background-color: #CEB3D7;
}
</style>
border-color css
<style>
span { border-color: #CEB3D7; }
span { border-color: rgb(206,179,215); }
td.TdClassName
{
border-color: #CEB3D7;
}
.TagClassName
{
border-color: #CEB3D7;
}
</style>