Shades of Prelude #CEACD6
Tints of Prelude #CEACD6
RGB
CMYK
RGB Variations
Color information
#CEACD6 (or 0xCEACD6) is known color: Prelude. HEX triplet: CE, AC and D6. RGB value is (206,172,214). Sum of RGB (Red+Green+Blue) = 206+172+214=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 214 - color contains mainly: blue. Hex color #CEACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEACD6 is #315329. Grayscale: #BABABA. Windows color (decimal): -3232554 or 14068942. OLE color: 14068942.
HSL color Cylindrical-coordinate representation of color #CEACD6: hue angle of 288.57º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEACD6 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 172 | 214 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.16 |
| HSL | 288.57º | 0.34% | 0.76% | - |
| HSV(B) | 288.57º | 0.2% | 0.84% | - |
| XYZ | 52.34 | 47.48 | 70.02 | - |
| YUV | 186.95 | 143.26 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 214 | 0.04 | 0.20 | 0 | 0.16 | 288.57 | 0.34 | 0.76 |
| Hex | CE | AC | D6 | 4 | 14 | 0 | 10 | 121 | 22 | 4C |
| Octal | 316 | 254 | 326 | 4 | 24 | 0 | 20 | 441 | 42 | 114 |
| Binary | 11001110 | 10101100 | 11010110 | 100 | 10100 | 0 | 10000 | 100100001 | 100010 | 1001100 |
Color Harmonies of #CEACD6
Complementary color
Monochromatic Colors of #CEACD6
Black with #CEACD6
Text Example
Text Example
White with #CEACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACD6; }
p { color: rgb(206,172,214); }
H1.HeaderClassName
{
color: #CEACD6;
}
.AnyTagClassName
{
color: #CEACD6;
}
</style>
background-color css
<style>
a { background-color: #CEACD6; }
a { background-color: rgb(206,172,214); }
div.DivClassName
{
background-color: #CEACD6;
}
.BgClassName
{
background-color: #CEACD6;
}
</style>
border-color css
<style>
span { border-color: #CEACD6; }
span { border-color: rgb(206,172,214); }
td.TdClassName
{
border-color: #CEACD6;
}
.TagClassName
{
border-color: #CEACD6;
}
</style>