Shades of Prelude #CEBDD9
Tints of Prelude #CEBDD9
RGB
CMYK
RGB Variations
Color information
#CEBDD9 (or 0xCEBDD9) is known color: Prelude. HEX triplet: CE, BD and D9. RGB value is (206,189,217). Sum of RGB (Red+Green+Blue) = 206+189+217=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 217 - color contains mainly: blue. Hex color #CEBDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDD9 is #314226. Grayscale: #C5C5C5. Windows color (decimal): -3228199 or 14269902. OLE color: 14269902.
HSL color Cylindrical-coordinate representation of color #CEBDD9: hue angle of 276.43º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEBDD9 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 189 | 217 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.15 |
| HSL | 276.43º | 0.27% | 0.8% | - |
| HSV(B) | 276.43º | 0.13% | 0.85% | - |
| XYZ | 56.18 | 54.53 | 73.21 | - |
| YUV | 197.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 217 | 0.05 | 0.13 | 0 | 0.15 | 276.43 | 0.27 | 0.8 |
| Hex | CE | BD | D9 | 5 | D | 0 | F | 114 | 1B | 50 |
| Octal | 316 | 275 | 331 | 5 | 15 | 0 | 17 | 424 | 33 | 120 |
| Binary | 11001110 | 10111101 | 11011001 | 101 | 1101 | 0 | 1111 | 100010100 | 11011 | 1010000 |
Color Harmonies of #CEBDD9
Complementary color
Monochromatic Colors of #CEBDD9
Black with #CEBDD9
Text Example
Text Example
White with #CEBDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDD9; }
p { color: rgb(206,189,217); }
H1.HeaderClassName
{
color: #CEBDD9;
}
.AnyTagClassName
{
color: #CEBDD9;
}
</style>
background-color css
<style>
a { background-color: #CEBDD9; }
a { background-color: rgb(206,189,217); }
div.DivClassName
{
background-color: #CEBDD9;
}
.BgClassName
{
background-color: #CEBDD9;
}
</style>
border-color css
<style>
span { border-color: #CEBDD9; }
span { border-color: rgb(206,189,217); }
td.TdClassName
{
border-color: #CEBDD9;
}
.TagClassName
{
border-color: #CEBDD9;
}
</style>