Shades of Prelude #CEB7DA
Tints of Prelude #CEB7DA
RGB
CMYK
RGB Variations
Color information
#CEB7DA (or 0xCEB7DA) is known color: Prelude. HEX triplet: CE, B7 and DA. RGB value is (206,183,218). Sum of RGB (Red+Green+Blue) = 206+183+218=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEB7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7DA is #314825. Grayscale: #C1C1C1. Windows color (decimal): -3229734 or 14333902. OLE color: 14333902.
HSL color Cylindrical-coordinate representation of color #CEB7DA: hue angle of 279.43º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEB7DA is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 183 | 218 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.15 |
| HSL | 279.43º | 0.32% | 0.79% | - |
| HSV(B) | 279.43º | 0.16% | 0.85% | - |
| XYZ | 55.04 | 52.05 | 73.48 | - |
| YUV | 193.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 218 | 0.06 | 0.16 | 0 | 0.15 | 279.43 | 0.32 | 0.79 |
| Hex | CE | B7 | DA | 6 | 10 | 0 | F | 117 | 20 | 4F |
| Octal | 316 | 267 | 332 | 6 | 20 | 0 | 17 | 427 | 40 | 117 |
| Binary | 11001110 | 10110111 | 11011010 | 110 | 10000 | 0 | 1111 | 100010111 | 100000 | 1001111 |
Color Harmonies of #CEB7DA
Complementary color
Monochromatic Colors of #CEB7DA
Black with #CEB7DA
Text Example
Text Example
White with #CEB7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7DA; }
p { color: rgb(206,183,218); }
H1.HeaderClassName
{
color: #CEB7DA;
}
.AnyTagClassName
{
color: #CEB7DA;
}
</style>
background-color css
<style>
a { background-color: #CEB7DA; }
a { background-color: rgb(206,183,218); }
div.DivClassName
{
background-color: #CEB7DA;
}
.BgClassName
{
background-color: #CEB7DA;
}
</style>
border-color css
<style>
span { border-color: #CEB7DA; }
span { border-color: rgb(206,183,218); }
td.TdClassName
{
border-color: #CEB7DA;
}
.TagClassName
{
border-color: #CEB7DA;
}
</style>