Shades of Prelude #CEB0D7
Tints of Prelude #CEB0D7
RGB
CMYK
RGB Variations
Color information
#CEB0D7 (or 0xCEB0D7) is known color: Prelude. HEX triplet: CE, B0 and D7. RGB value is (206,176,215). Sum of RGB (Red+Green+Blue) = 206+176+215=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEB0D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0D7 is #314F28. Grayscale: #BDBDBD. Windows color (decimal): -3231529 or 14135502. OLE color: 14135502.
HSL color Cylindrical-coordinate representation of color #CEB0D7: hue angle of 286.15º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEB0D7 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 176 | 215 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.16 |
| HSL | 286.15º | 0.33% | 0.77% | - |
| HSV(B) | 286.15º | 0.18% | 0.84% | - |
| XYZ | 53.24 | 49.08 | 70.96 | - |
| YUV | 189.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 215 | 0.04 | 0.18 | 0 | 0.16 | 286.15 | 0.33 | 0.77 |
| Hex | CE | B0 | D7 | 4 | 12 | 0 | 10 | 11E | 21 | 4D |
| Octal | 316 | 260 | 327 | 4 | 22 | 0 | 20 | 436 | 41 | 115 |
| Binary | 11001110 | 10110000 | 11010111 | 100 | 10010 | 0 | 10000 | 100011110 | 100001 | 1001101 |
Color Harmonies of #CEB0D7
Complementary color
Monochromatic Colors of #CEB0D7
Black with #CEB0D7
Text Example
Text Example
White with #CEB0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB0D7; }
p { color: rgb(206,176,215); }
H1.HeaderClassName
{
color: #CEB0D7;
}
.AnyTagClassName
{
color: #CEB0D7;
}
</style>
background-color css
<style>
a { background-color: #CEB0D7; }
a { background-color: rgb(206,176,215); }
div.DivClassName
{
background-color: #CEB0D7;
}
.BgClassName
{
background-color: #CEB0D7;
}
</style>
border-color css
<style>
span { border-color: #CEB0D7; }
span { border-color: rgb(206,176,215); }
td.TdClassName
{
border-color: #CEB0D7;
}
.TagClassName
{
border-color: #CEB0D7;
}
</style>