Shades of Prelude #CEBCDD
Tints of Prelude #CEBCDD
RGB
CMYK
RGB Variations
Color information
#CEBCDD (or 0xCEBCDD) is known color: Prelude. HEX triplet: CE, BC and DD. RGB value is (206,188,221). Sum of RGB (Red+Green+Blue) = 206+188+221=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEBCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCDD is #314322. Grayscale: #C5C5C5. Windows color (decimal): -3228451 or 14531790. OLE color: 14531790.
HSL color Cylindrical-coordinate representation of color #CEBCDD: hue angle of 272.73º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEBCDD is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 188 | 221 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.13 |
| HSL | 272.73º | 0.33% | 0.8% | - |
| HSV(B) | 272.73º | 0.15% | 0.87% | - |
| XYZ | 56.49 | 54.31 | 75.91 | - |
| YUV | 197.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 221 | 0.07 | 0.15 | 0 | 0.13 | 272.73 | 0.33 | 0.8 |
| Hex | CE | BC | DD | 7 | F | 0 | D | 111 | 21 | 50 |
| Octal | 316 | 274 | 335 | 7 | 17 | 0 | 15 | 421 | 41 | 120 |
| Binary | 11001110 | 10111100 | 11011101 | 111 | 1111 | 0 | 1101 | 100010001 | 100001 | 1010000 |
Color Harmonies of #CEBCDD
Complementary color
Monochromatic Colors of #CEBCDD
Black with #CEBCDD
Text Example
Text Example
White with #CEBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCDD; }
p { color: rgb(206,188,221); }
H1.HeaderClassName
{
color: #CEBCDD;
}
.AnyTagClassName
{
color: #CEBCDD;
}
</style>
background-color css
<style>
a { background-color: #CEBCDD; }
a { background-color: rgb(206,188,221); }
div.DivClassName
{
background-color: #CEBCDD;
}
.BgClassName
{
background-color: #CEBCDD;
}
</style>
border-color css
<style>
span { border-color: #CEBCDD; }
span { border-color: rgb(206,188,221); }
td.TdClassName
{
border-color: #CEBCDD;
}
.TagClassName
{
border-color: #CEBCDD;
}
</style>