Shades of Prelude #CEBCD5
Tints of Prelude #CEBCD5
RGB
CMYK
RGB Variations
Color information
#CEBCD5 (or 0xCEBCD5) is known color: Prelude. HEX triplet: CE, BC and D5. RGB value is (206,188,213). Sum of RGB (Red+Green+Blue) = 206+188+213=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 213 - color contains mainly: blue. Hex color #CEBCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCD5 is #31432A. Grayscale: #C4C4C4. Windows color (decimal): -3228459 or 14007502. OLE color: 14007502.
HSL color Cylindrical-coordinate representation of color #CEBCD5: hue angle of 283.2º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEBCD5 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 188 | 213 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.16 |
| HSL | 283.2º | 0.23% | 0.79% | - |
| HSV(B) | 283.2º | 0.12% | 0.84% | - |
| XYZ | 55.45 | 53.89 | 70.43 | - |
| YUV | 196.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 213 | 0.03 | 0.12 | 0 | 0.16 | 283.2 | 0.23 | 0.79 |
| Hex | CE | BC | D5 | 3 | C | 0 | 10 | 11B | 17 | 4F |
| Octal | 316 | 274 | 325 | 3 | 14 | 0 | 20 | 433 | 27 | 117 |
| Binary | 11001110 | 10111100 | 11010101 | 11 | 1100 | 0 | 10000 | 100011011 | 10111 | 1001111 |
Color Harmonies of #CEBCD5
Complementary color
Monochromatic Colors of #CEBCD5
Black with #CEBCD5
Text Example
Text Example
White with #CEBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCD5; }
p { color: rgb(206,188,213); }
H1.HeaderClassName
{
color: #CEBCD5;
}
.AnyTagClassName
{
color: #CEBCD5;
}
</style>
background-color css
<style>
a { background-color: #CEBCD5; }
a { background-color: rgb(206,188,213); }
div.DivClassName
{
background-color: #CEBCD5;
}
.BgClassName
{
background-color: #CEBCD5;
}
</style>
border-color css
<style>
span { border-color: #CEBCD5; }
span { border-color: rgb(206,188,213); }
td.TdClassName
{
border-color: #CEBCD5;
}
.TagClassName
{
border-color: #CEBCD5;
}
</style>