Shades of Prelude #CEBEDB
Tints of Prelude #CEBEDB
RGB
CMYK
RGB Variations
Color information
#CEBEDB (or 0xCEBEDB) is known color: Prelude. HEX triplet: CE, BE and DB. RGB value is (206,190,219). Sum of RGB (Red+Green+Blue) = 206+190+219=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEBEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEDB is #314124. Grayscale: #C5C5C5. Windows color (decimal): -3227941 or 14401230. OLE color: 14401230.
HSL color Cylindrical-coordinate representation of color #CEBEDB: hue angle of 273.1º degrees, saturation: 0.29, 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 #CEBEDB is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 190 | 219 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.14 |
| HSL | 273.1º | 0.29% | 0.8% | - |
| HSV(B) | 273.1º | 0.13% | 0.86% | - |
| XYZ | 56.65 | 55.06 | 74.66 | - |
| YUV | 198.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 219 | 0.06 | 0.13 | 0 | 0.14 | 273.1 | 0.29 | 0.8 |
| Hex | CE | BE | DB | 6 | D | 0 | E | 111 | 1D | 50 |
| Octal | 316 | 276 | 333 | 6 | 15 | 0 | 16 | 421 | 35 | 120 |
| Binary | 11001110 | 10111110 | 11011011 | 110 | 1101 | 0 | 1110 | 100010001 | 11101 | 1010000 |
Color Harmonies of #CEBEDB
Complementary color
Monochromatic Colors of #CEBEDB
Black with #CEBEDB
Text Example
Text Example
White with #CEBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBEDB; }
p { color: rgb(206,190,219); }
H1.HeaderClassName
{
color: #CEBEDB;
}
.AnyTagClassName
{
color: #CEBEDB;
}
</style>
background-color css
<style>
a { background-color: #CEBEDB; }
a { background-color: rgb(206,190,219); }
div.DivClassName
{
background-color: #CEBEDB;
}
.BgClassName
{
background-color: #CEBEDB;
}
</style>
border-color css
<style>
span { border-color: #CEBEDB; }
span { border-color: rgb(206,190,219); }
td.TdClassName
{
border-color: #CEBEDB;
}
.TagClassName
{
border-color: #CEBEDB;
}
</style>