Shades of Prelude #CEC0D7
Tints of Prelude #CEC0D7
RGB
CMYK
RGB Variations
Color information
#CEC0D7 (or 0xCEC0D7) is known color: Prelude. HEX triplet: CE, C0 and D7. RGB value is (206,192,215). Sum of RGB (Red+Green+Blue) = 206+192+215=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEC0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0D7 is #313F28. Grayscale: #C6C6C6. Windows color (decimal): -3227433 or 14139598. OLE color: 14139598.
HSL color Cylindrical-coordinate representation of color #CEC0D7: hue angle of 276.52º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEC0D7 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 192 | 215 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.16 |
| HSL | 276.52º | 0.22% | 0.8% | - |
| HSV(B) | 276.52º | 0.11% | 0.84% | - |
| XYZ | 56.57 | 55.73 | 72.06 | - |
| YUV | 198.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 215 | 0.04 | 0.11 | 0 | 0.16 | 276.52 | 0.22 | 0.8 |
| Hex | CE | C0 | D7 | 4 | B | 0 | 10 | 115 | 16 | 50 |
| Octal | 316 | 300 | 327 | 4 | 13 | 0 | 20 | 425 | 26 | 120 |
| Binary | 11001110 | 11000000 | 11010111 | 100 | 1011 | 0 | 10000 | 100010101 | 10110 | 1010000 |
Color Harmonies of #CEC0D7
Complementary color
Monochromatic Colors of #CEC0D7
Black with #CEC0D7
Text Example
Text Example
White with #CEC0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0D7; }
p { color: rgb(206,192,215); }
H1.HeaderClassName
{
color: #CEC0D7;
}
.AnyTagClassName
{
color: #CEC0D7;
}
</style>
background-color css
<style>
a { background-color: #CEC0D7; }
a { background-color: rgb(206,192,215); }
div.DivClassName
{
background-color: #CEC0D7;
}
.BgClassName
{
background-color: #CEC0D7;
}
</style>
border-color css
<style>
span { border-color: #CEC0D7; }
span { border-color: rgb(206,192,215); }
td.TdClassName
{
border-color: #CEC0D7;
}
.TagClassName
{
border-color: #CEC0D7;
}
</style>