Shades of Prelude #CEBBD8
Tints of Prelude #CEBBD8
RGB
CMYK
RGB Variations
Color information
#CEBBD8 (or 0xCEBBD8) is known color: Prelude. HEX triplet: CE, BB and D8. RGB value is (206,187,216). Sum of RGB (Red+Green+Blue) = 206+187+216=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 216 - color contains mainly: blue. Hex color #CEBBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBD8 is #314427. Grayscale: #C3C3C3. Windows color (decimal): -3228712 or 14203854. OLE color: 14203854.
HSL color Cylindrical-coordinate representation of color #CEBBD8: hue angle of 279.31º degrees, saturation: 0.27, 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 #CEBBD8 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 187 | 216 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.15 |
| HSL | 279.31º | 0.27% | 0.79% | - |
| HSV(B) | 279.31º | 0.13% | 0.85% | - |
| XYZ | 55.62 | 53.62 | 72.38 | - |
| YUV | 195.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 216 | 0.05 | 0.13 | 0 | 0.15 | 279.31 | 0.27 | 0.79 |
| Hex | CE | BB | D8 | 5 | D | 0 | F | 117 | 1B | 4F |
| Octal | 316 | 273 | 330 | 5 | 15 | 0 | 17 | 427 | 33 | 117 |
| Binary | 11001110 | 10111011 | 11011000 | 101 | 1101 | 0 | 1111 | 100010111 | 11011 | 1001111 |
Color Harmonies of #CEBBD8
Complementary color
Monochromatic Colors of #CEBBD8
Black with #CEBBD8
Text Example
Text Example
White with #CEBBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBD8; }
p { color: rgb(206,187,216); }
H1.HeaderClassName
{
color: #CEBBD8;
}
.AnyTagClassName
{
color: #CEBBD8;
}
</style>
background-color css
<style>
a { background-color: #CEBBD8; }
a { background-color: rgb(206,187,216); }
div.DivClassName
{
background-color: #CEBBD8;
}
.BgClassName
{
background-color: #CEBBD8;
}
</style>
border-color css
<style>
span { border-color: #CEBBD8; }
span { border-color: rgb(206,187,216); }
td.TdClassName
{
border-color: #CEBBD8;
}
.TagClassName
{
border-color: #CEBBD8;
}
</style>