Shades of Prelude #CEBCD9
Tints of Prelude #CEBCD9
RGB
CMYK
RGB Variations
Color information
#CEBCD9 (or 0xCEBCD9) is known color: Prelude. HEX triplet: CE, BC and D9. RGB value is (206,188,217). Sum of RGB (Red+Green+Blue) = 206+188+217=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 217 - color contains mainly: blue. Hex color #CEBCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCD9 is #314326. Grayscale: #C4C4C4. Windows color (decimal): -3228455 or 14269646. OLE color: 14269646.
HSL color Cylindrical-coordinate representation of color #CEBCD9: hue angle of 277.24º degrees, saturation: 0.28, 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 #CEBCD9 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 188 | 217 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.15 |
| HSL | 277.24º | 0.28% | 0.79% | - |
| HSV(B) | 277.24º | 0.13% | 0.85% | - |
| XYZ | 55.96 | 54.1 | 73.14 | - |
| YUV | 196.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 217 | 0.05 | 0.13 | 0 | 0.15 | 277.24 | 0.28 | 0.79 |
| Hex | CE | BC | D9 | 5 | D | 0 | F | 115 | 1C | 4F |
| Octal | 316 | 274 | 331 | 5 | 15 | 0 | 17 | 425 | 34 | 117 |
| Binary | 11001110 | 10111100 | 11011001 | 101 | 1101 | 0 | 1111 | 100010101 | 11100 | 1001111 |
Color Harmonies of #CEBCD9
Complementary color
Monochromatic Colors of #CEBCD9
Black with #CEBCD9
Text Example
Text Example
White with #CEBCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCD9; }
p { color: rgb(206,188,217); }
H1.HeaderClassName
{
color: #CEBCD9;
}
.AnyTagClassName
{
color: #CEBCD9;
}
</style>
background-color css
<style>
a { background-color: #CEBCD9; }
a { background-color: rgb(206,188,217); }
div.DivClassName
{
background-color: #CEBCD9;
}
.BgClassName
{
background-color: #CEBCD9;
}
</style>
border-color css
<style>
span { border-color: #CEBCD9; }
span { border-color: rgb(206,188,217); }
td.TdClassName
{
border-color: #CEBCD9;
}
.TagClassName
{
border-color: #CEBCD9;
}
</style>