Shades of Prelude #CEC4D6
Tints of Prelude #CEC4D6
RGB
CMYK
RGB Variations
Color information
#CEC4D6 (or 0xCEC4D6) is known color: Prelude. HEX triplet: CE, C4 and D6. RGB value is (206,196,214). Sum of RGB (Red+Green+Blue) = 206+196+214=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 214 - color contains mainly: blue. Hex color #CEC4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC4D6 is #313B29. Grayscale: #C8C8C8. Windows color (decimal): -3226410 or 14075086. OLE color: 14075086.
HSL color Cylindrical-coordinate representation of color #CEC4D6: hue angle of 273.33º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEC4D6 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 196 | 214 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.16 |
| HSL | 273.33º | 0.18% | 0.8% | - |
| HSV(B) | 273.33º | 0.08% | 0.84% | - |
| XYZ | 57.33 | 57.46 | 71.69 | - |
| YUV | 201.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 214 | 0.04 | 0.08 | 0 | 0.16 | 273.33 | 0.18 | 0.8 |
| Hex | CE | C4 | D6 | 4 | 8 | 0 | 10 | 111 | 12 | 50 |
| Octal | 316 | 304 | 326 | 4 | 10 | 0 | 20 | 421 | 22 | 120 |
| Binary | 11001110 | 11000100 | 11010110 | 100 | 1000 | 0 | 10000 | 100010001 | 10010 | 1010000 |
Color Harmonies of #CEC4D6
Complementary color
Monochromatic Colors of #CEC4D6
Black with #CEC4D6
Text Example
Text Example
White with #CEC4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4D6; }
p { color: rgb(206,196,214); }
H1.HeaderClassName
{
color: #CEC4D6;
}
.AnyTagClassName
{
color: #CEC4D6;
}
</style>
background-color css
<style>
a { background-color: #CEC4D6; }
a { background-color: rgb(206,196,214); }
div.DivClassName
{
background-color: #CEC4D6;
}
.BgClassName
{
background-color: #CEC4D6;
}
</style>
border-color css
<style>
span { border-color: #CEC4D6; }
span { border-color: rgb(206,196,214); }
td.TdClassName
{
border-color: #CEC4D6;
}
.TagClassName
{
border-color: #CEC4D6;
}
</style>