Shades of Prelude #CEBBDC
Tints of Prelude #CEBBDC
RGB
CMYK
RGB Variations
Color information
#CEBBDC (or 0xCEBBDC) is known color: Prelude. HEX triplet: CE, BB and DC. RGB value is (206,187,220). Sum of RGB (Red+Green+Blue) = 206+187+220=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEBBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBDC is #314423. Grayscale: #C4C4C4. Windows color (decimal): -3228708 or 14465998. OLE color: 14465998.
HSL color Cylindrical-coordinate representation of color #CEBBDC: hue angle of 274.55º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEBBDC is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 187 | 220 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.14 |
| HSL | 274.55º | 0.32% | 0.8% | - |
| HSV(B) | 274.55º | 0.15% | 0.86% | - |
| XYZ | 56.14 | 53.83 | 75.14 | - |
| YUV | 196.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 220 | 0.06 | 0.15 | 0 | 0.14 | 274.55 | 0.32 | 0.8 |
| Hex | CE | BB | DC | 6 | F | 0 | E | 113 | 20 | 50 |
| Octal | 316 | 273 | 334 | 6 | 17 | 0 | 16 | 423 | 40 | 120 |
| Binary | 11001110 | 10111011 | 11011100 | 110 | 1111 | 0 | 1110 | 100010011 | 100000 | 1010000 |
Color Harmonies of #CEBBDC
Complementary color
Monochromatic Colors of #CEBBDC
Black with #CEBBDC
Text Example
Text Example
White with #CEBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBDC; }
p { color: rgb(206,187,220); }
H1.HeaderClassName
{
color: #CEBBDC;
}
.AnyTagClassName
{
color: #CEBBDC;
}
</style>
background-color css
<style>
a { background-color: #CEBBDC; }
a { background-color: rgb(206,187,220); }
div.DivClassName
{
background-color: #CEBBDC;
}
.BgClassName
{
background-color: #CEBBDC;
}
</style>
border-color css
<style>
span { border-color: #CEBBDC; }
span { border-color: rgb(206,187,220); }
td.TdClassName
{
border-color: #CEBBDC;
}
.TagClassName
{
border-color: #CEBBDC;
}
</style>