Shades of Prelude #CEACDB
Tints of Prelude #CEACDB
RGB
CMYK
RGB Variations
Color information
#CEACDB (or 0xCEACDB) is known color: Prelude. HEX triplet: CE, AC and DB. RGB value is (206,172,219). Sum of RGB (Red+Green+Blue) = 206+172+219=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEACDB is #315324. Grayscale: #BBBBBB. Windows color (decimal): -3232549 or 14396622. OLE color: 14396622.
HSL color Cylindrical-coordinate representation of color #CEACDB: hue angle of 283.4º 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 #CEACDB is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 172 | 219 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.14 |
| HSL | 283.4º | 0.39% | 0.77% | - |
| HSV(B) | 283.4º | 0.21% | 0.86% | - |
| XYZ | 52.99 | 47.74 | 73.44 | - |
| YUV | 187.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 219 | 0.06 | 0.21 | 0 | 0.14 | 283.4 | 0.39 | 0.77 |
| Hex | CE | AC | DB | 6 | 15 | 0 | E | 11B | 27 | 4D |
| Octal | 316 | 254 | 333 | 6 | 25 | 0 | 16 | 433 | 47 | 115 |
| Binary | 11001110 | 10101100 | 11011011 | 110 | 10101 | 0 | 1110 | 100011011 | 100111 | 1001101 |
Color Harmonies of #CEACDB
Complementary color
Monochromatic Colors of #CEACDB
Black with #CEACDB
Text Example
Text Example
White with #CEACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACDB; }
p { color: rgb(206,172,219); }
H1.HeaderClassName
{
color: #CEACDB;
}
.AnyTagClassName
{
color: #CEACDB;
}
</style>
background-color css
<style>
a { background-color: #CEACDB; }
a { background-color: rgb(206,172,219); }
div.DivClassName
{
background-color: #CEACDB;
}
.BgClassName
{
background-color: #CEACDB;
}
</style>
border-color css
<style>
span { border-color: #CEACDB; }
span { border-color: rgb(206,172,219); }
td.TdClassName
{
border-color: #CEACDB;
}
.TagClassName
{
border-color: #CEACDB;
}
</style>