Shades of Prelude #CEBDD7
Tints of Prelude #CEBDD7
RGB
CMYK
RGB Variations
Color information
#CEBDD7 (or 0xCEBDD7) is known color: Prelude. HEX triplet: CE, BD and D7. RGB value is (206,189,215). Sum of RGB (Red+Green+Blue) = 206+189+215=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEBDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDD7 is #314228. Grayscale: #C4C4C4. Windows color (decimal): -3228201 or 14138830. OLE color: 14138830.
HSL color Cylindrical-coordinate representation of color #CEBDD7: hue angle of 279.23º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEBDD7 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 189 | 215 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.16 |
| HSL | 279.23º | 0.25% | 0.79% | - |
| HSV(B) | 279.23º | 0.12% | 0.84% | - |
| XYZ | 55.92 | 54.42 | 71.85 | - |
| YUV | 197.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 215 | 0.04 | 0.12 | 0 | 0.16 | 279.23 | 0.25 | 0.79 |
| Hex | CE | BD | D7 | 4 | C | 0 | 10 | 117 | 19 | 4F |
| Octal | 316 | 275 | 327 | 4 | 14 | 0 | 20 | 427 | 31 | 117 |
| Binary | 11001110 | 10111101 | 11010111 | 100 | 1100 | 0 | 10000 | 100010111 | 11001 | 1001111 |
Color Harmonies of #CEBDD7
Complementary color
Monochromatic Colors of #CEBDD7
Black with #CEBDD7
Text Example
Text Example
White with #CEBDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDD7; }
p { color: rgb(206,189,215); }
H1.HeaderClassName
{
color: #CEBDD7;
}
.AnyTagClassName
{
color: #CEBDD7;
}
</style>
background-color css
<style>
a { background-color: #CEBDD7; }
a { background-color: rgb(206,189,215); }
div.DivClassName
{
background-color: #CEBDD7;
}
.BgClassName
{
background-color: #CEBDD7;
}
</style>
border-color css
<style>
span { border-color: #CEBDD7; }
span { border-color: rgb(206,189,215); }
td.TdClassName
{
border-color: #CEBDD7;
}
.TagClassName
{
border-color: #CEBDD7;
}
</style>