Shades of Prelude #CEBBD6
Tints of Prelude #CEBBD6
RGB
CMYK
RGB Variations
Color information
#CEBBD6 (or 0xCEBBD6) is known color: Prelude. HEX triplet: CE, BB and D6. RGB value is (206,187,214). Sum of RGB (Red+Green+Blue) = 206+187+214=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 214 - color contains mainly: blue. Hex color #CEBBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBD6 is #314429. Grayscale: #C3C3C3. Windows color (decimal): -3228714 or 14072782. OLE color: 14072782.
HSL color Cylindrical-coordinate representation of color #CEBBD6: hue angle of 282.22º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEBBD6 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 187 | 214 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.16 |
| HSL | 282.22º | 0.25% | 0.79% | - |
| HSV(B) | 282.22º | 0.13% | 0.84% | - |
| XYZ | 55.36 | 53.52 | 71.03 | - |
| YUV | 195.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 214 | 0.04 | 0.13 | 0 | 0.16 | 282.22 | 0.25 | 0.79 |
| Hex | CE | BB | D6 | 4 | D | 0 | 10 | 11A | 19 | 4F |
| Octal | 316 | 273 | 326 | 4 | 15 | 0 | 20 | 432 | 31 | 117 |
| Binary | 11001110 | 10111011 | 11010110 | 100 | 1101 | 0 | 10000 | 100011010 | 11001 | 1001111 |
Color Harmonies of #CEBBD6
Complementary color
Monochromatic Colors of #CEBBD6
Black with #CEBBD6
Text Example
Text Example
White with #CEBBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBD6; }
p { color: rgb(206,187,214); }
H1.HeaderClassName
{
color: #CEBBD6;
}
.AnyTagClassName
{
color: #CEBBD6;
}
</style>
background-color css
<style>
a { background-color: #CEBBD6; }
a { background-color: rgb(206,187,214); }
div.DivClassName
{
background-color: #CEBBD6;
}
.BgClassName
{
background-color: #CEBBD6;
}
</style>
border-color css
<style>
span { border-color: #CEBBD6; }
span { border-color: rgb(206,187,214); }
td.TdClassName
{
border-color: #CEBBD6;
}
.TagClassName
{
border-color: #CEBBD6;
}
</style>