Shades of Prelude #CEADDA
Tints of Prelude #CEADDA
RGB
CMYK
RGB Variations
Color information
#CEADDA (or 0xCEADDA) is known color: Prelude. HEX triplet: CE, AD and DA. RGB value is (206,173,218). Sum of RGB (Red+Green+Blue) = 206+173+218=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADDA is #315225. Grayscale: #BBBBBB. Windows color (decimal): -3232294 or 14331342. OLE color: 14331342.
HSL color Cylindrical-coordinate representation of color #CEADDA: hue angle of 284º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEADDA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 173 | 218 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.15 |
| HSL | 284º | 0.38% | 0.77% | - |
| HSV(B) | 284º | 0.21% | 0.85% | - |
| XYZ | 53.05 | 48.07 | 72.81 | - |
| YUV | 188 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 218 | 0.06 | 0.21 | 0 | 0.15 | 284 | 0.38 | 0.77 |
| Hex | CE | AD | DA | 6 | 15 | 0 | F | 11C | 26 | 4D |
| Octal | 316 | 255 | 332 | 6 | 25 | 0 | 17 | 434 | 46 | 115 |
| Binary | 11001110 | 10101101 | 11011010 | 110 | 10101 | 0 | 1111 | 100011100 | 100110 | 1001101 |
Color Harmonies of #CEADDA
Complementary color
Monochromatic Colors of #CEADDA
Black with #CEADDA
Text Example
Text Example
White with #CEADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADDA; }
p { color: rgb(206,173,218); }
H1.HeaderClassName
{
color: #CEADDA;
}
.AnyTagClassName
{
color: #CEADDA;
}
</style>
background-color css
<style>
a { background-color: #CEADDA; }
a { background-color: rgb(206,173,218); }
div.DivClassName
{
background-color: #CEADDA;
}
.BgClassName
{
background-color: #CEADDA;
}
</style>
border-color css
<style>
span { border-color: #CEADDA; }
span { border-color: rgb(206,173,218); }
td.TdClassName
{
border-color: #CEADDA;
}
.TagClassName
{
border-color: #CEADDA;
}
</style>