Shades of Prelude #CEBFDB
Tints of Prelude #CEBFDB
RGB
CMYK
RGB Variations
Color information
#CEBFDB (or 0xCEBFDB) is known color: Prelude. HEX triplet: CE, BF and DB. RGB value is (206,191,219). Sum of RGB (Red+Green+Blue) = 206+191+219=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEBFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFDB is #314024. Grayscale: #C6C6C6. Windows color (decimal): -3227685 or 14401486. OLE color: 14401486.
HSL color Cylindrical-coordinate representation of color #CEBFDB: hue angle of 272.14º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEBFDB is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 191 | 219 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.14 |
| HSL | 272.14º | 0.28% | 0.8% | - |
| HSV(B) | 272.14º | 0.13% | 0.86% | - |
| XYZ | 56.87 | 55.5 | 74.73 | - |
| YUV | 198.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 219 | 0.06 | 0.13 | 0 | 0.14 | 272.14 | 0.28 | 0.8 |
| Hex | CE | BF | DB | 6 | D | 0 | E | 110 | 1C | 50 |
| Octal | 316 | 277 | 333 | 6 | 15 | 0 | 16 | 420 | 34 | 120 |
| Binary | 11001110 | 10111111 | 11011011 | 110 | 1101 | 0 | 1110 | 100010000 | 11100 | 1010000 |
Color Harmonies of #CEBFDB
Complementary color
Monochromatic Colors of #CEBFDB
Black with #CEBFDB
Text Example
Text Example
White with #CEBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFDB; }
p { color: rgb(206,191,219); }
H1.HeaderClassName
{
color: #CEBFDB;
}
.AnyTagClassName
{
color: #CEBFDB;
}
</style>
background-color css
<style>
a { background-color: #CEBFDB; }
a { background-color: rgb(206,191,219); }
div.DivClassName
{
background-color: #CEBFDB;
}
.BgClassName
{
background-color: #CEBFDB;
}
</style>
border-color css
<style>
span { border-color: #CEBFDB; }
span { border-color: rgb(206,191,219); }
td.TdClassName
{
border-color: #CEBFDB;
}
.TagClassName
{
border-color: #CEBFDB;
}
</style>