Shades of Prelude #CEC0D1
Tints of Prelude #CEC0D1
RGB
CMYK
RGB Variations
Color information
#CEC0D1 (or 0xCEC0D1) is known color: Prelude. HEX triplet: CE, C0 and D1. RGB value is (206,192,209). Sum of RGB (Red+Green+Blue) = 206+192+209=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 209 - color contains mainly: blue. Hex color #CEC0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0D1 is #313F2E. Grayscale: #C6C6C6. Windows color (decimal): -3227439 or 13746382. OLE color: 13746382.
HSL color Cylindrical-coordinate representation of color #CEC0D1: hue angle of 289.41º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEC0D1 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 192 | 209 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.18 |
| HSL | 289.41º | 0.16% | 0.79% | - |
| HSV(B) | 289.41º | 0.08% | 0.82% | - |
| XYZ | 55.81 | 55.42 | 68.08 | - |
| YUV | 198.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 209 | 0.01 | 0.08 | 0 | 0.18 | 289.41 | 0.16 | 0.79 |
| Hex | CE | C0 | D1 | 1 | 8 | 0 | 12 | 121 | 10 | 4F |
| Octal | 316 | 300 | 321 | 1 | 10 | 0 | 22 | 441 | 20 | 117 |
| Binary | 11001110 | 11000000 | 11010001 | 1 | 1000 | 0 | 10010 | 100100001 | 10000 | 1001111 |
Color Harmonies of #CEC0D1
Complementary color
Monochromatic Colors of #CEC0D1
Black with #CEC0D1
Text Example
Text Example
White with #CEC0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0D1; }
p { color: rgb(206,192,209); }
H1.HeaderClassName
{
color: #CEC0D1;
}
.AnyTagClassName
{
color: #CEC0D1;
}
</style>
background-color css
<style>
a { background-color: #CEC0D1; }
a { background-color: rgb(206,192,209); }
div.DivClassName
{
background-color: #CEC0D1;
}
.BgClassName
{
background-color: #CEC0D1;
}
</style>
border-color css
<style>
span { border-color: #CEC0D1; }
span { border-color: rgb(206,192,209); }
td.TdClassName
{
border-color: #CEC0D1;
}
.TagClassName
{
border-color: #CEC0D1;
}
</style>