Shades of Prelude #CEB2DF
Tints of Prelude #CEB2DF
RGB
CMYK
RGB Variations
Color information
#CEB2DF (or 0xCEB2DF) is known color: Prelude. HEX triplet: CE, B2 and DF. RGB value is (206,178,223). Sum of RGB (Red+Green+Blue) = 206+178+223=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEB2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2DF is #314D20. Grayscale: #BFBFBF. Windows color (decimal): -3231009 or 14660302. OLE color: 14660302.
HSL color Cylindrical-coordinate representation of color #CEB2DF: hue angle of 277.33º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEB2DF is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 178 | 223 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.13 |
| HSL | 277.33º | 0.41% | 0.79% | - |
| HSV(B) | 277.33º | 0.2% | 0.87% | - |
| XYZ | 54.69 | 50.29 | 76.64 | - |
| YUV | 191.5 | 145.78 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 223 | 0.08 | 0.20 | 0 | 0.13 | 277.33 | 0.41 | 0.79 |
| Hex | CE | B2 | DF | 8 | 14 | 0 | D | 115 | 29 | 4F |
| Octal | 316 | 262 | 337 | 10 | 24 | 0 | 15 | 425 | 51 | 117 |
| Binary | 11001110 | 10110010 | 11011111 | 1000 | 10100 | 0 | 1101 | 100010101 | 101001 | 1001111 |
Color Harmonies of #CEB2DF
Complementary color
Monochromatic Colors of #CEB2DF
Black with #CEB2DF
Text Example
Text Example
White with #CEB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB2DF; }
p { color: rgb(206,178,223); }
H1.HeaderClassName
{
color: #CEB2DF;
}
.AnyTagClassName
{
color: #CEB2DF;
}
</style>
background-color css
<style>
a { background-color: #CEB2DF; }
a { background-color: rgb(206,178,223); }
div.DivClassName
{
background-color: #CEB2DF;
}
.BgClassName
{
background-color: #CEB2DF;
}
</style>
border-color css
<style>
span { border-color: #CEB2DF; }
span { border-color: rgb(206,178,223); }
td.TdClassName
{
border-color: #CEB2DF;
}
.TagClassName
{
border-color: #CEB2DF;
}
</style>