Shades of Prelude #CEADDF
Tints of Prelude #CEADDF
RGB
CMYK
RGB Variations
Color information
#CEADDF (or 0xCEADDF) is known color: Prelude. HEX triplet: CE, AD and DF. RGB value is (206,173,223). Sum of RGB (Red+Green+Blue) = 206+173+223=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADDF is #315220. Grayscale: #BCBCBC. Windows color (decimal): -3232289 or 14659022. OLE color: 14659022.
HSL color Cylindrical-coordinate representation of color #CEADDF: hue angle of 279.6º degrees, saturation: 0.44, 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 #CEADDF is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 173 | 223 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.13 |
| HSL | 279.6º | 0.44% | 0.78% | - |
| HSV(B) | 279.6º | 0.22% | 0.87% | - |
| XYZ | 53.72 | 48.34 | 76.31 | - |
| YUV | 188.57 | 147.43 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 223 | 0.08 | 0.22 | 0 | 0.13 | 279.6 | 0.44 | 0.78 |
| Hex | CE | AD | DF | 8 | 16 | 0 | D | 118 | 2C | 4E |
| Octal | 316 | 255 | 337 | 10 | 26 | 0 | 15 | 430 | 54 | 116 |
| Binary | 11001110 | 10101101 | 11011111 | 1000 | 10110 | 0 | 1101 | 100011000 | 101100 | 1001110 |
Color Harmonies of #CEADDF
Complementary color
Monochromatic Colors of #CEADDF
Black with #CEADDF
Text Example
Text Example
White with #CEADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADDF; }
p { color: rgb(206,173,223); }
H1.HeaderClassName
{
color: #CEADDF;
}
.AnyTagClassName
{
color: #CEADDF;
}
</style>
background-color css
<style>
a { background-color: #CEADDF; }
a { background-color: rgb(206,173,223); }
div.DivClassName
{
background-color: #CEADDF;
}
.BgClassName
{
background-color: #CEADDF;
}
</style>
border-color css
<style>
span { border-color: #CEADDF; }
span { border-color: rgb(206,173,223); }
td.TdClassName
{
border-color: #CEADDF;
}
.TagClassName
{
border-color: #CEADDF;
}
</style>