Shades of Prelude #CEACDD
Tints of Prelude #CEACDD
RGB
CMYK
RGB Variations
Color information
#CEACDD (or 0xCEACDD) is known color: Prelude. HEX triplet: CE, AC and DD. RGB value is (206,172,221). Sum of RGB (Red+Green+Blue) = 206+172+221=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEACDD is #315322. Grayscale: #BBBBBB. Windows color (decimal): -3232547 or 14527694. OLE color: 14527694.
HSL color Cylindrical-coordinate representation of color #CEACDD: hue angle of 281.63º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEACDD is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 172 | 221 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.13 |
| HSL | 281.63º | 0.42% | 0.77% | - |
| HSV(B) | 281.63º | 0.22% | 0.87% | - |
| XYZ | 53.26 | 47.85 | 74.84 | - |
| YUV | 187.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 221 | 0.07 | 0.22 | 0 | 0.13 | 281.63 | 0.42 | 0.77 |
| Hex | CE | AC | DD | 7 | 16 | 0 | D | 11A | 2A | 4D |
| Octal | 316 | 254 | 335 | 7 | 26 | 0 | 15 | 432 | 52 | 115 |
| Binary | 11001110 | 10101100 | 11011101 | 111 | 10110 | 0 | 1101 | 100011010 | 101010 | 1001101 |
Color Harmonies of #CEACDD
Complementary color
Monochromatic Colors of #CEACDD
Black with #CEACDD
Text Example
Text Example
White with #CEACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACDD; }
p { color: rgb(206,172,221); }
H1.HeaderClassName
{
color: #CEACDD;
}
.AnyTagClassName
{
color: #CEACDD;
}
</style>
background-color css
<style>
a { background-color: #CEACDD; }
a { background-color: rgb(206,172,221); }
div.DivClassName
{
background-color: #CEACDD;
}
.BgClassName
{
background-color: #CEACDD;
}
</style>
border-color css
<style>
span { border-color: #CEACDD; }
span { border-color: rgb(206,172,221); }
td.TdClassName
{
border-color: #CEACDD;
}
.TagClassName
{
border-color: #CEACDD;
}
</style>