Shades of Prelude #CEAEDA
Tints of Prelude #CEAEDA
RGB
CMYK
RGB Variations
Color information
#CEAEDA (or 0xCEAEDA) is known color: Prelude. HEX triplet: CE, AE and DA. RGB value is (206,174,218). Sum of RGB (Red+Green+Blue) = 206+174+218=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEAEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEDA is #315125. Grayscale: #BCBCBC. Windows color (decimal): -3232038 or 14331598. OLE color: 14331598.
HSL color Cylindrical-coordinate representation of color #CEAEDA: hue angle of 283.64º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEAEDA is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 174 | 218 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.15 |
| HSL | 283.64º | 0.37% | 0.77% | - |
| HSV(B) | 283.64º | 0.2% | 0.85% | - |
| XYZ | 53.24 | 48.46 | 72.88 | - |
| YUV | 188.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 218 | 0.06 | 0.20 | 0 | 0.15 | 283.64 | 0.37 | 0.77 |
| Hex | CE | AE | DA | 6 | 14 | 0 | F | 11C | 25 | 4D |
| Octal | 316 | 256 | 332 | 6 | 24 | 0 | 17 | 434 | 45 | 115 |
| Binary | 11001110 | 10101110 | 11011010 | 110 | 10100 | 0 | 1111 | 100011100 | 100101 | 1001101 |
Color Harmonies of #CEAEDA
Complementary color
Monochromatic Colors of #CEAEDA
Black with #CEAEDA
Text Example
Text Example
White with #CEAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAEDA; }
p { color: rgb(206,174,218); }
H1.HeaderClassName
{
color: #CEAEDA;
}
.AnyTagClassName
{
color: #CEAEDA;
}
</style>
background-color css
<style>
a { background-color: #CEAEDA; }
a { background-color: rgb(206,174,218); }
div.DivClassName
{
background-color: #CEAEDA;
}
.BgClassName
{
background-color: #CEAEDA;
}
</style>
border-color css
<style>
span { border-color: #CEAEDA; }
span { border-color: rgb(206,174,218); }
td.TdClassName
{
border-color: #CEAEDA;
}
.TagClassName
{
border-color: #CEAEDA;
}
</style>