Shades of Prelude #CEB6DE
Tints of Prelude #CEB6DE
RGB
CMYK
RGB Variations
Color information
#CEB6DE (or 0xCEB6DE) is known color: Prelude. HEX triplet: CE, B6 and DE. RGB value is (206,182,222). Sum of RGB (Red+Green+Blue) = 206+182+222=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEB6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6DE is #314921. Grayscale: #C1C1C1. Windows color (decimal): -3229986 or 14595790. OLE color: 14595790.
HSL color Cylindrical-coordinate representation of color #CEB6DE: hue angle of 276º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEB6DE is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 182 | 222 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.13 |
| HSL | 276º | 0.38% | 0.79% | - |
| HSV(B) | 276º | 0.18% | 0.87% | - |
| XYZ | 55.37 | 51.85 | 76.2 | - |
| YUV | 193.74 | 143.95 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 222 | 0.07 | 0.18 | 0 | 0.13 | 276 | 0.38 | 0.79 |
| Hex | CE | B6 | DE | 7 | 12 | 0 | D | 114 | 26 | 4F |
| Octal | 316 | 266 | 336 | 7 | 22 | 0 | 15 | 424 | 46 | 117 |
| Binary | 11001110 | 10110110 | 11011110 | 111 | 10010 | 0 | 1101 | 100010100 | 100110 | 1001111 |
Color Harmonies of #CEB6DE
Complementary color
Monochromatic Colors of #CEB6DE
Black with #CEB6DE
Text Example
Text Example
White with #CEB6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB6DE; }
p { color: rgb(206,182,222); }
H1.HeaderClassName
{
color: #CEB6DE;
}
.AnyTagClassName
{
color: #CEB6DE;
}
</style>
background-color css
<style>
a { background-color: #CEB6DE; }
a { background-color: rgb(206,182,222); }
div.DivClassName
{
background-color: #CEB6DE;
}
.BgClassName
{
background-color: #CEB6DE;
}
</style>
border-color css
<style>
span { border-color: #CEB6DE; }
span { border-color: rgb(206,182,222); }
td.TdClassName
{
border-color: #CEB6DE;
}
.TagClassName
{
border-color: #CEB6DE;
}
</style>