Shades of Prelude #CEBDDB
Tints of Prelude #CEBDDB
RGB
CMYK
RGB Variations
Color information
#CEBDDB (or 0xCEBDDB) is known color: Prelude. HEX triplet: CE, BD and DB. RGB value is (206,189,219). Sum of RGB (Red+Green+Blue) = 206+189+219=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEBDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDDB is #314224. Grayscale: #C5C5C5. Windows color (decimal): -3228197 or 14400974. OLE color: 14400974.
HSL color Cylindrical-coordinate representation of color #CEBDDB: hue angle of 274º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEBDDB is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 189 | 219 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.14 |
| HSL | 274º | 0.29% | 0.8% | - |
| HSV(B) | 274º | 0.14% | 0.86% | - |
| XYZ | 56.44 | 54.63 | 74.59 | - |
| YUV | 197.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 219 | 0.06 | 0.14 | 0 | 0.14 | 274 | 0.29 | 0.8 |
| Hex | CE | BD | DB | 6 | E | 0 | E | 112 | 1D | 50 |
| Octal | 316 | 275 | 333 | 6 | 16 | 0 | 16 | 422 | 35 | 120 |
| Binary | 11001110 | 10111101 | 11011011 | 110 | 1110 | 0 | 1110 | 100010010 | 11101 | 1010000 |
Color Harmonies of #CEBDDB
Complementary color
Monochromatic Colors of #CEBDDB
Black with #CEBDDB
Text Example
Text Example
White with #CEBDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDDB; }
p { color: rgb(206,189,219); }
H1.HeaderClassName
{
color: #CEBDDB;
}
.AnyTagClassName
{
color: #CEBDDB;
}
</style>
background-color css
<style>
a { background-color: #CEBDDB; }
a { background-color: rgb(206,189,219); }
div.DivClassName
{
background-color: #CEBDDB;
}
.BgClassName
{
background-color: #CEBDDB;
}
</style>
border-color css
<style>
span { border-color: #CEBDDB; }
span { border-color: rgb(206,189,219); }
td.TdClassName
{
border-color: #CEBDDB;
}
.TagClassName
{
border-color: #CEBDDB;
}
</style>