Shades of Prelude #CEC1D8
Tints of Prelude #CEC1D8
RGB
CMYK
RGB Variations
Color information
#CEC1D8 (or 0xCEC1D8) is known color: Prelude. HEX triplet: CE, C1 and D8. RGB value is (206,193,216). Sum of RGB (Red+Green+Blue) = 206+193+216=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 216 - color contains mainly: blue. Hex color #CEC1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1D8 is #313E27. Grayscale: #C7C7C7. Windows color (decimal): -3227176 or 14205390. OLE color: 14205390.
HSL color Cylindrical-coordinate representation of color #CEC1D8: hue angle of 273.91º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEC1D8 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 193 | 216 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.15 |
| HSL | 273.91º | 0.23% | 0.8% | - |
| HSV(B) | 273.91º | 0.11% | 0.85% | - |
| XYZ | 56.92 | 56.22 | 72.82 | - |
| YUV | 199.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 216 | 0.05 | 0.11 | 0 | 0.15 | 273.91 | 0.23 | 0.8 |
| Hex | CE | C1 | D8 | 5 | B | 0 | F | 112 | 17 | 50 |
| Octal | 316 | 301 | 330 | 5 | 13 | 0 | 17 | 422 | 27 | 120 |
| Binary | 11001110 | 11000001 | 11011000 | 101 | 1011 | 0 | 1111 | 100010010 | 10111 | 1010000 |
Color Harmonies of #CEC1D8
Complementary color
Monochromatic Colors of #CEC1D8
Black with #CEC1D8
Text Example
Text Example
White with #CEC1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1D8; }
p { color: rgb(206,193,216); }
H1.HeaderClassName
{
color: #CEC1D8;
}
.AnyTagClassName
{
color: #CEC1D8;
}
</style>
background-color css
<style>
a { background-color: #CEC1D8; }
a { background-color: rgb(206,193,216); }
div.DivClassName
{
background-color: #CEC1D8;
}
.BgClassName
{
background-color: #CEC1D8;
}
</style>
border-color css
<style>
span { border-color: #CEC1D8; }
span { border-color: rgb(206,193,216); }
td.TdClassName
{
border-color: #CEC1D8;
}
.TagClassName
{
border-color: #CEC1D8;
}
</style>