Shades of Prelude #CEAEDF
Tints of Prelude #CEAEDF
RGB
CMYK
RGB Variations
Color information
#CEAEDF (or 0xCEAEDF) is known color: Prelude. HEX triplet: CE, AE and DF. RGB value is (206,174,223). Sum of RGB (Red+Green+Blue) = 206+174+223=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEAEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEDF is #315120. Grayscale: #BCBCBC. Windows color (decimal): -3232033 or 14659278. OLE color: 14659278.
HSL color Cylindrical-coordinate representation of color #CEAEDF: hue angle of 279.18º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEAEDF is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 174 | 223 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.13 |
| HSL | 279.18º | 0.43% | 0.78% | - |
| HSV(B) | 279.18º | 0.22% | 0.87% | - |
| XYZ | 53.91 | 48.72 | 76.37 | - |
| YUV | 189.15 | 147.1 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 223 | 0.08 | 0.22 | 0 | 0.13 | 279.18 | 0.43 | 0.78 |
| Hex | CE | AE | DF | 8 | 16 | 0 | D | 117 | 2B | 4E |
| Octal | 316 | 256 | 337 | 10 | 26 | 0 | 15 | 427 | 53 | 116 |
| Binary | 11001110 | 10101110 | 11011111 | 1000 | 10110 | 0 | 1101 | 100010111 | 101011 | 1001110 |
Color Harmonies of #CEAEDF
Complementary color
Monochromatic Colors of #CEAEDF
Black with #CEAEDF
Text Example
Text Example
White with #CEAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAEDF; }
p { color: rgb(206,174,223); }
H1.HeaderClassName
{
color: #CEAEDF;
}
.AnyTagClassName
{
color: #CEAEDF;
}
</style>
background-color css
<style>
a { background-color: #CEAEDF; }
a { background-color: rgb(206,174,223); }
div.DivClassName
{
background-color: #CEAEDF;
}
.BgClassName
{
background-color: #CEAEDF;
}
</style>
border-color css
<style>
span { border-color: #CEAEDF; }
span { border-color: rgb(206,174,223); }
td.TdClassName
{
border-color: #CEAEDF;
}
.TagClassName
{
border-color: #CEAEDF;
}
</style>