Shades of Prelude #CEBCD8
Tints of Prelude #CEBCD8
RGB
CMYK
RGB Variations
Color information
#CEBCD8 (or 0xCEBCD8) is known color: Prelude. HEX triplet: CE, BC and D8. RGB value is (206,188,216). Sum of RGB (Red+Green+Blue) = 206+188+216=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 216 - color contains mainly: blue. Hex color #CEBCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCD8 is #314327. Grayscale: #C4C4C4. Windows color (decimal): -3228456 or 14204110. OLE color: 14204110.
HSL color Cylindrical-coordinate representation of color #CEBCD8: hue angle of 278.57º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEBCD8 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 188 | 216 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.15 |
| HSL | 278.57º | 0.26% | 0.79% | - |
| HSV(B) | 278.57º | 0.13% | 0.85% | - |
| XYZ | 55.83 | 54.05 | 72.46 | - |
| YUV | 196.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 216 | 0.05 | 0.13 | 0 | 0.15 | 278.57 | 0.26 | 0.79 |
| Hex | CE | BC | D8 | 5 | D | 0 | F | 117 | 1A | 4F |
| Octal | 316 | 274 | 330 | 5 | 15 | 0 | 17 | 427 | 32 | 117 |
| Binary | 11001110 | 10111100 | 11011000 | 101 | 1101 | 0 | 1111 | 100010111 | 11010 | 1001111 |
Color Harmonies of #CEBCD8
Complementary color
Monochromatic Colors of #CEBCD8
Black with #CEBCD8
Text Example
Text Example
White with #CEBCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCD8; }
p { color: rgb(206,188,216); }
H1.HeaderClassName
{
color: #CEBCD8;
}
.AnyTagClassName
{
color: #CEBCD8;
}
</style>
background-color css
<style>
a { background-color: #CEBCD8; }
a { background-color: rgb(206,188,216); }
div.DivClassName
{
background-color: #CEBCD8;
}
.BgClassName
{
background-color: #CEBCD8;
}
</style>
border-color css
<style>
span { border-color: #CEBCD8; }
span { border-color: rgb(206,188,216); }
td.TdClassName
{
border-color: #CEBCD8;
}
.TagClassName
{
border-color: #CEBCD8;
}
</style>