Shades of Prelude #CEB5D5
Tints of Prelude #CEB5D5
RGB
CMYK
RGB Variations
Color information
#CEB5D5 (or 0xCEB5D5) is known color: Prelude. HEX triplet: CE, B5 and D5. RGB value is (206,181,213). Sum of RGB (Red+Green+Blue) = 206+181+213=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 181 (71.09% from 255 or 30.17% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 213 - color contains mainly: blue. Hex color #CEB5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5D5 is #314A2A. Grayscale: #C0C0C0. Windows color (decimal): -3230251 or 14005710. OLE color: 14005710.
HSL color Cylindrical-coordinate representation of color #CEB5D5: hue angle of 286.88º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEB5D5 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 181 | 213 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.16 |
| HSL | 286.88º | 0.28% | 0.77% | - |
| HSV(B) | 286.88º | 0.15% | 0.84% | - |
| XYZ | 53.99 | 50.97 | 69.94 | - |
| YUV | 192.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 213 | 0.03 | 0.15 | 0 | 0.16 | 286.88 | 0.28 | 0.77 |
| Hex | CE | B5 | D5 | 3 | F | 0 | 10 | 11F | 1C | 4D |
| Octal | 316 | 265 | 325 | 3 | 17 | 0 | 20 | 437 | 34 | 115 |
| Binary | 11001110 | 10110101 | 11010101 | 11 | 1111 | 0 | 10000 | 100011111 | 11100 | 1001101 |
Color Harmonies of #CEB5D5
Complementary color
Monochromatic Colors of #CEB5D5
Black with #CEB5D5
Text Example
Text Example
White with #CEB5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5D5; }
p { color: rgb(206,181,213); }
H1.HeaderClassName
{
color: #CEB5D5;
}
.AnyTagClassName
{
color: #CEB5D5;
}
</style>
background-color css
<style>
a { background-color: #CEB5D5; }
a { background-color: rgb(206,181,213); }
div.DivClassName
{
background-color: #CEB5D5;
}
.BgClassName
{
background-color: #CEB5D5;
}
</style>
border-color css
<style>
span { border-color: #CEB5D5; }
span { border-color: rgb(206,181,213); }
td.TdClassName
{
border-color: #CEB5D5;
}
.TagClassName
{
border-color: #CEB5D5;
}
</style>