Shades of Prelude #CEADDB
Tints of Prelude #CEADDB
RGB
CMYK
RGB Variations
Color information
#CEADDB (or 0xCEADDB) is known color: Prelude. HEX triplet: CE, AD and DB. RGB value is (206,173,219). Sum of RGB (Red+Green+Blue) = 206+173+219=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADDB is #315224. Grayscale: #BBBBBB. Windows color (decimal): -3232293 or 14396878. OLE color: 14396878.
HSL color Cylindrical-coordinate representation of color #CEADDB: hue angle of 283.04º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEADDB is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 173 | 219 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.14 |
| HSL | 283.04º | 0.39% | 0.77% | - |
| HSV(B) | 283.04º | 0.21% | 0.86% | - |
| XYZ | 53.18 | 48.12 | 73.5 | - |
| YUV | 188.11 | 145.43 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 219 | 0.06 | 0.21 | 0 | 0.14 | 283.04 | 0.39 | 0.77 |
| Hex | CE | AD | DB | 6 | 15 | 0 | E | 11B | 27 | 4D |
| Octal | 316 | 255 | 333 | 6 | 25 | 0 | 16 | 433 | 47 | 115 |
| Binary | 11001110 | 10101101 | 11011011 | 110 | 10101 | 0 | 1110 | 100011011 | 100111 | 1001101 |
Color Harmonies of #CEADDB
Complementary color
Monochromatic Colors of #CEADDB
Black with #CEADDB
Text Example
Text Example
White with #CEADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADDB; }
p { color: rgb(206,173,219); }
H1.HeaderClassName
{
color: #CEADDB;
}
.AnyTagClassName
{
color: #CEADDB;
}
</style>
background-color css
<style>
a { background-color: #CEADDB; }
a { background-color: rgb(206,173,219); }
div.DivClassName
{
background-color: #CEADDB;
}
.BgClassName
{
background-color: #CEADDB;
}
</style>
border-color css
<style>
span { border-color: #CEADDB; }
span { border-color: rgb(206,173,219); }
td.TdClassName
{
border-color: #CEADDB;
}
.TagClassName
{
border-color: #CEADDB;
}
</style>