Shades of Prelude #CEACD8
Tints of Prelude #CEACD8
RGB
CMYK
RGB Variations
Color information
#CEACD8 (or 0xCEACD8) is known color: Prelude. HEX triplet: CE, AC and D8. RGB value is (206,172,216). Sum of RGB (Red+Green+Blue) = 206+172+216=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 216 - color contains mainly: blue. Hex color #CEACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEACD8 is #315327. Grayscale: #BBBBBB. Windows color (decimal): -3232552 or 14200014. OLE color: 14200014.
HSL color Cylindrical-coordinate representation of color #CEACD8: hue angle of 286.36º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEACD8 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 172 | 216 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.15 |
| HSL | 286.36º | 0.36% | 0.76% | - |
| HSV(B) | 286.36º | 0.2% | 0.85% | - |
| XYZ | 52.6 | 47.58 | 71.38 | - |
| YUV | 187.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 216 | 0.05 | 0.20 | 0 | 0.15 | 286.36 | 0.36 | 0.76 |
| Hex | CE | AC | D8 | 5 | 14 | 0 | F | 11E | 24 | 4C |
| Octal | 316 | 254 | 330 | 5 | 24 | 0 | 17 | 436 | 44 | 114 |
| Binary | 11001110 | 10101100 | 11011000 | 101 | 10100 | 0 | 1111 | 100011110 | 100100 | 1001100 |
Color Harmonies of #CEACD8
Complementary color
Monochromatic Colors of #CEACD8
Black with #CEACD8
Text Example
Text Example
White with #CEACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACD8; }
p { color: rgb(206,172,216); }
H1.HeaderClassName
{
color: #CEACD8;
}
.AnyTagClassName
{
color: #CEACD8;
}
</style>
background-color css
<style>
a { background-color: #CEACD8; }
a { background-color: rgb(206,172,216); }
div.DivClassName
{
background-color: #CEACD8;
}
.BgClassName
{
background-color: #CEACD8;
}
</style>
border-color css
<style>
span { border-color: #CEACD8; }
span { border-color: rgb(206,172,216); }
td.TdClassName
{
border-color: #CEACD8;
}
.TagClassName
{
border-color: #CEACD8;
}
</style>