Shades of Prelude #CEAEDB
Tints of Prelude #CEAEDB
RGB
CMYK
RGB Variations
Color information
#CEAEDB (or 0xCEAEDB) is known color: Prelude. HEX triplet: CE, AE and DB. RGB value is (206,174,219). Sum of RGB (Red+Green+Blue) = 206+174+219=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEAEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEDB is #315124. Grayscale: #BCBCBC. Windows color (decimal): -3232037 or 14397134. OLE color: 14397134.
HSL color Cylindrical-coordinate representation of color #CEAEDB: hue angle of 282.67º degrees, saturation: 0.38, 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 #CEAEDB is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 174 | 219 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.14 |
| HSL | 282.67º | 0.38% | 0.77% | - |
| HSV(B) | 282.67º | 0.21% | 0.86% | - |
| XYZ | 53.38 | 48.51 | 73.57 | - |
| YUV | 188.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 219 | 0.06 | 0.21 | 0 | 0.14 | 282.67 | 0.38 | 0.77 |
| Hex | CE | AE | DB | 6 | 15 | 0 | E | 11B | 26 | 4D |
| Octal | 316 | 256 | 333 | 6 | 25 | 0 | 16 | 433 | 46 | 115 |
| Binary | 11001110 | 10101110 | 11011011 | 110 | 10101 | 0 | 1110 | 100011011 | 100110 | 1001101 |
Color Harmonies of #CEAEDB
Complementary color
Monochromatic Colors of #CEAEDB
Black with #CEAEDB
Text Example
Text Example
White with #CEAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAEDB; }
p { color: rgb(206,174,219); }
H1.HeaderClassName
{
color: #CEAEDB;
}
.AnyTagClassName
{
color: #CEAEDB;
}
</style>
background-color css
<style>
a { background-color: #CEAEDB; }
a { background-color: rgb(206,174,219); }
div.DivClassName
{
background-color: #CEAEDB;
}
.BgClassName
{
background-color: #CEAEDB;
}
</style>
border-color css
<style>
span { border-color: #CEAEDB; }
span { border-color: rgb(206,174,219); }
td.TdClassName
{
border-color: #CEAEDB;
}
.TagClassName
{
border-color: #CEAEDB;
}
</style>