Shades of Prelude #CEBADF
Tints of Prelude #CEBADF
RGB
CMYK
RGB Variations
Color information
#CEBADF (or 0xCEBADF) is known color: Prelude. HEX triplet: CE, BA and DF. RGB value is (206,186,223). Sum of RGB (Red+Green+Blue) = 206+186+223=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEBADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBADF is #314520. Grayscale: #C4C4C4. Windows color (decimal): -3228961 or 14662350. OLE color: 14662350.
HSL color Cylindrical-coordinate representation of color #CEBADF: hue angle of 272.43º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEBADF is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 186 | 223 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.13 |
| HSL | 272.43º | 0.37% | 0.8% | - |
| HSV(B) | 272.43º | 0.17% | 0.87% | - |
| XYZ | 56.33 | 53.57 | 77.18 | - |
| YUV | 196.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 223 | 0.08 | 0.17 | 0 | 0.13 | 272.43 | 0.37 | 0.8 |
| Hex | CE | BA | DF | 8 | 11 | 0 | D | 110 | 25 | 50 |
| Octal | 316 | 272 | 337 | 10 | 21 | 0 | 15 | 420 | 45 | 120 |
| Binary | 11001110 | 10111010 | 11011111 | 1000 | 10001 | 0 | 1101 | 100010000 | 100101 | 1010000 |
Color Harmonies of #CEBADF
Complementary color
Monochromatic Colors of #CEBADF
Black with #CEBADF
Text Example
Text Example
White with #CEBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBADF; }
p { color: rgb(206,186,223); }
H1.HeaderClassName
{
color: #CEBADF;
}
.AnyTagClassName
{
color: #CEBADF;
}
</style>
background-color css
<style>
a { background-color: #CEBADF; }
a { background-color: rgb(206,186,223); }
div.DivClassName
{
background-color: #CEBADF;
}
.BgClassName
{
background-color: #CEBADF;
}
</style>
border-color css
<style>
span { border-color: #CEBADF; }
span { border-color: rgb(206,186,223); }
td.TdClassName
{
border-color: #CEBADF;
}
.TagClassName
{
border-color: #CEBADF;
}
</style>