Shades of Prelude #CEC1D6
Tints of Prelude #CEC1D6
RGB
CMYK
RGB Variations
Color information
#CEC1D6 (or 0xCEC1D6) is known color: Prelude. HEX triplet: CE, C1 and D6. RGB value is (206,193,214). Sum of RGB (Red+Green+Blue) = 206+193+214=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 214 - color contains mainly: blue. Hex color #CEC1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1D6 is #313E29. Grayscale: #C7C7C7. Windows color (decimal): -3227178 or 14074318. OLE color: 14074318.
HSL color Cylindrical-coordinate representation of color #CEC1D6: hue angle of 277.14º degrees, saturation: 0.2, 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 #CEC1D6 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 193 | 214 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.16 |
| HSL | 277.14º | 0.2% | 0.8% | - |
| HSV(B) | 277.14º | 0.1% | 0.84% | - |
| XYZ | 56.66 | 56.12 | 71.46 | - |
| YUV | 199.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 214 | 0.04 | 0.10 | 0 | 0.16 | 277.14 | 0.2 | 0.8 |
| Hex | CE | C1 | D6 | 4 | A | 0 | 10 | 115 | 14 | 50 |
| Octal | 316 | 301 | 326 | 4 | 12 | 0 | 20 | 425 | 24 | 120 |
| Binary | 11001110 | 11000001 | 11010110 | 100 | 1010 | 0 | 10000 | 100010101 | 10100 | 1010000 |
Color Harmonies of #CEC1D6
Complementary color
Monochromatic Colors of #CEC1D6
Black with #CEC1D6
Text Example
Text Example
White with #CEC1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1D6; }
p { color: rgb(206,193,214); }
H1.HeaderClassName
{
color: #CEC1D6;
}
.AnyTagClassName
{
color: #CEC1D6;
}
</style>
background-color css
<style>
a { background-color: #CEC1D6; }
a { background-color: rgb(206,193,214); }
div.DivClassName
{
background-color: #CEC1D6;
}
.BgClassName
{
background-color: #CEC1D6;
}
</style>
border-color css
<style>
span { border-color: #CEC1D6; }
span { border-color: rgb(206,193,214); }
td.TdClassName
{
border-color: #CEC1D6;
}
.TagClassName
{
border-color: #CEC1D6;
}
</style>