Shades of Prelude #CEAFDB
Tints of Prelude #CEAFDB
RGB
CMYK
RGB Variations
Color information
#CEAFDB (or 0xCEAFDB) is known color: Prelude. HEX triplet: CE, AF and DB. RGB value is (206,175,219). Sum of RGB (Red+Green+Blue) = 206+175+219=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFDB is #315024. Grayscale: #BDBDBD. Windows color (decimal): -3231781 or 14397390. OLE color: 14397390.
HSL color Cylindrical-coordinate representation of color #CEAFDB: hue angle of 282.27º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEAFDB is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 175 | 219 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.14 |
| HSL | 282.27º | 0.38% | 0.77% | - |
| HSV(B) | 282.27º | 0.2% | 0.86% | - |
| XYZ | 53.57 | 48.9 | 73.63 | - |
| YUV | 189.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 219 | 0.06 | 0.20 | 0 | 0.14 | 282.27 | 0.38 | 0.77 |
| Hex | CE | AF | DB | 6 | 14 | 0 | E | 11A | 26 | 4D |
| Octal | 316 | 257 | 333 | 6 | 24 | 0 | 16 | 432 | 46 | 115 |
| Binary | 11001110 | 10101111 | 11011011 | 110 | 10100 | 0 | 1110 | 100011010 | 100110 | 1001101 |
Color Harmonies of #CEAFDB
Complementary color
Monochromatic Colors of #CEAFDB
Black with #CEAFDB
Text Example
Text Example
White with #CEAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAFDB; }
p { color: rgb(206,175,219); }
H1.HeaderClassName
{
color: #CEAFDB;
}
.AnyTagClassName
{
color: #CEAFDB;
}
</style>
background-color css
<style>
a { background-color: #CEAFDB; }
a { background-color: rgb(206,175,219); }
div.DivClassName
{
background-color: #CEAFDB;
}
.BgClassName
{
background-color: #CEAFDB;
}
</style>
border-color css
<style>
span { border-color: #CEAFDB; }
span { border-color: rgb(206,175,219); }
td.TdClassName
{
border-color: #CEAFDB;
}
.TagClassName
{
border-color: #CEAFDB;
}
</style>