Shades of Prelude #CEB4D5
Tints of Prelude #CEB4D5
RGB
CMYK
RGB Variations
Color information
#CEB4D5 (or 0xCEB4D5) is known color: Prelude. HEX triplet: CE, B4 and D5. RGB value is (206,180,213). Sum of RGB (Red+Green+Blue) = 206+180+213=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 213 - color contains mainly: blue. Hex color #CEB4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4D5 is #314B2A. Grayscale: #BFBFBF. Windows color (decimal): -3230507 or 14005454. OLE color: 14005454.
HSL color Cylindrical-coordinate representation of color #CEB4D5: hue angle of 287.27º 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 #CEB4D5 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 180 | 213 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.16 |
| HSL | 287.27º | 0.28% | 0.77% | - |
| HSV(B) | 287.27º | 0.15% | 0.84% | - |
| XYZ | 53.79 | 50.57 | 69.88 | - |
| YUV | 191.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 213 | 0.03 | 0.15 | 0 | 0.16 | 287.27 | 0.28 | 0.77 |
| Hex | CE | B4 | D5 | 3 | F | 0 | 10 | 11F | 1C | 4D |
| Octal | 316 | 264 | 325 | 3 | 17 | 0 | 20 | 437 | 34 | 115 |
| Binary | 11001110 | 10110100 | 11010101 | 11 | 1111 | 0 | 10000 | 100011111 | 11100 | 1001101 |
Color Harmonies of #CEB4D5
Complementary color
Monochromatic Colors of #CEB4D5
Black with #CEB4D5
Text Example
Text Example
White with #CEB4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB4D5; }
p { color: rgb(206,180,213); }
H1.HeaderClassName
{
color: #CEB4D5;
}
.AnyTagClassName
{
color: #CEB4D5;
}
</style>
background-color css
<style>
a { background-color: #CEB4D5; }
a { background-color: rgb(206,180,213); }
div.DivClassName
{
background-color: #CEB4D5;
}
.BgClassName
{
background-color: #CEB4D5;
}
</style>
border-color css
<style>
span { border-color: #CEB4D5; }
span { border-color: rgb(206,180,213); }
td.TdClassName
{
border-color: #CEB4D5;
}
.TagClassName
{
border-color: #CEB4D5;
}
</style>