Shades of Prelude #CEBBDB
Tints of Prelude #CEBBDB
RGB
CMYK
RGB Variations
Color information
#CEBBDB (or 0xCEBBDB) is known color: Prelude. HEX triplet: CE, BB and DB. RGB value is (206,187,219). Sum of RGB (Red+Green+Blue) = 206+187+219=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEBBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBDB is #314424. Grayscale: #C4C4C4. Windows color (decimal): -3228709 or 14400462. OLE color: 14400462.
HSL color Cylindrical-coordinate representation of color #CEBBDB: hue angle of 275.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEBBDB is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 187 | 219 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.14 |
| HSL | 275.63º | 0.31% | 0.8% | - |
| HSV(B) | 275.63º | 0.15% | 0.86% | - |
| XYZ | 56.01 | 53.78 | 74.45 | - |
| YUV | 196.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 219 | 0.06 | 0.15 | 0 | 0.14 | 275.63 | 0.31 | 0.8 |
| Hex | CE | BB | DB | 6 | F | 0 | E | 114 | 1F | 50 |
| Octal | 316 | 273 | 333 | 6 | 17 | 0 | 16 | 424 | 37 | 120 |
| Binary | 11001110 | 10111011 | 11011011 | 110 | 1111 | 0 | 1110 | 100010100 | 11111 | 1010000 |
Color Harmonies of #CEBBDB
Complementary color
Monochromatic Colors of #CEBBDB
Black with #CEBBDB
Text Example
Text Example
White with #CEBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBDB; }
p { color: rgb(206,187,219); }
H1.HeaderClassName
{
color: #CEBBDB;
}
.AnyTagClassName
{
color: #CEBBDB;
}
</style>
background-color css
<style>
a { background-color: #CEBBDB; }
a { background-color: rgb(206,187,219); }
div.DivClassName
{
background-color: #CEBBDB;
}
.BgClassName
{
background-color: #CEBBDB;
}
</style>
border-color css
<style>
span { border-color: #CEBBDB; }
span { border-color: rgb(206,187,219); }
td.TdClassName
{
border-color: #CEBBDB;
}
.TagClassName
{
border-color: #CEBBDB;
}
</style>