Shades of Prelude #CEC1D7
Tints of Prelude #CEC1D7
RGB
CMYK
RGB Variations
Color information
#CEC1D7 (or 0xCEC1D7) is known color: Prelude. HEX triplet: CE, C1 and D7. RGB value is (206,193,215). Sum of RGB (Red+Green+Blue) = 206+193+215=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEC1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1D7 is #313E28. Grayscale: #C7C7C7. Windows color (decimal): -3227177 or 14139854. OLE color: 14139854.
HSL color Cylindrical-coordinate representation of color #CEC1D7: hue angle of 275.45º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC1D7 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 193 | 215 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.16 |
| HSL | 275.45º | 0.22% | 0.8% | - |
| HSV(B) | 275.45º | 0.1% | 0.84% | - |
| XYZ | 56.79 | 56.17 | 72.14 | - |
| YUV | 199.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 215 | 0.04 | 0.10 | 0 | 0.16 | 275.45 | 0.22 | 0.8 |
| Hex | CE | C1 | D7 | 4 | A | 0 | 10 | 113 | 16 | 50 |
| Octal | 316 | 301 | 327 | 4 | 12 | 0 | 20 | 423 | 26 | 120 |
| Binary | 11001110 | 11000001 | 11010111 | 100 | 1010 | 0 | 10000 | 100010011 | 10110 | 1010000 |
Color Harmonies of #CEC1D7
Complementary color
Monochromatic Colors of #CEC1D7
Black with #CEC1D7
Text Example
Text Example
White with #CEC1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1D7; }
p { color: rgb(206,193,215); }
H1.HeaderClassName
{
color: #CEC1D7;
}
.AnyTagClassName
{
color: #CEC1D7;
}
</style>
background-color css
<style>
a { background-color: #CEC1D7; }
a { background-color: rgb(206,193,215); }
div.DivClassName
{
background-color: #CEC1D7;
}
.BgClassName
{
background-color: #CEC1D7;
}
</style>
border-color css
<style>
span { border-color: #CEC1D7; }
span { border-color: rgb(206,193,215); }
td.TdClassName
{
border-color: #CEC1D7;
}
.TagClassName
{
border-color: #CEC1D7;
}
</style>