Shades of Prelude #CEB3DE
Tints of Prelude #CEB3DE
RGB
CMYK
RGB Variations
Color information
#CEB3DE (or 0xCEB3DE) is known color: Prelude. HEX triplet: CE, B3 and DE. RGB value is (206,179,222). Sum of RGB (Red+Green+Blue) = 206+179+222=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 179 (70.31% from 255 or 29.49% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEB3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3DE is #314C21. Grayscale: #BFBFBF. Windows color (decimal): -3230754 or 14595022. OLE color: 14595022.
HSL color Cylindrical-coordinate representation of color #CEB3DE: hue angle of 277.67º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEB3DE is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 179 | 222 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.13 |
| HSL | 277.67º | 0.39% | 0.79% | - |
| HSV(B) | 277.67º | 0.19% | 0.87% | - |
| XYZ | 54.76 | 50.64 | 75.99 | - |
| YUV | 191.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 222 | 0.07 | 0.19 | 0 | 0.13 | 277.67 | 0.39 | 0.79 |
| Hex | CE | B3 | DE | 7 | 13 | 0 | D | 116 | 27 | 4F |
| Octal | 316 | 263 | 336 | 7 | 23 | 0 | 15 | 426 | 47 | 117 |
| Binary | 11001110 | 10110011 | 11011110 | 111 | 10011 | 0 | 1101 | 100010110 | 100111 | 1001111 |
Color Harmonies of #CEB3DE
Complementary color
Monochromatic Colors of #CEB3DE
Black with #CEB3DE
Text Example
Text Example
White with #CEB3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB3DE; }
p { color: rgb(206,179,222); }
H1.HeaderClassName
{
color: #CEB3DE;
}
.AnyTagClassName
{
color: #CEB3DE;
}
</style>
background-color css
<style>
a { background-color: #CEB3DE; }
a { background-color: rgb(206,179,222); }
div.DivClassName
{
background-color: #CEB3DE;
}
.BgClassName
{
background-color: #CEB3DE;
}
</style>
border-color css
<style>
span { border-color: #CEB3DE; }
span { border-color: rgb(206,179,222); }
td.TdClassName
{
border-color: #CEB3DE;
}
.TagClassName
{
border-color: #CEB3DE;
}
</style>