Shades of Prelude #CEB5DA
Tints of Prelude #CEB5DA
RGB
CMYK
RGB Variations
Color information
#CEB5DA (or 0xCEB5DA) is known color: Prelude. HEX triplet: CE, B5 and DA. RGB value is (206,181,218). Sum of RGB (Red+Green+Blue) = 206+181+218=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEB5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5DA is #314A25. Grayscale: #C0C0C0. Windows color (decimal): -3230246 or 14333390. OLE color: 14333390.
HSL color Cylindrical-coordinate representation of color #CEB5DA: hue angle of 280.54º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEB5DA is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 181 | 218 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.15 |
| HSL | 280.54º | 0.33% | 0.78% | - |
| HSV(B) | 280.54º | 0.17% | 0.85% | - |
| XYZ | 54.63 | 51.23 | 73.34 | - |
| YUV | 192.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 218 | 0.06 | 0.17 | 0 | 0.15 | 280.54 | 0.33 | 0.78 |
| Hex | CE | B5 | DA | 6 | 11 | 0 | F | 119 | 21 | 4E |
| Octal | 316 | 265 | 332 | 6 | 21 | 0 | 17 | 431 | 41 | 116 |
| Binary | 11001110 | 10110101 | 11011010 | 110 | 10001 | 0 | 1111 | 100011001 | 100001 | 1001110 |
Color Harmonies of #CEB5DA
Complementary color
Monochromatic Colors of #CEB5DA
Black with #CEB5DA
Text Example
Text Example
White with #CEB5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5DA; }
p { color: rgb(206,181,218); }
H1.HeaderClassName
{
color: #CEB5DA;
}
.AnyTagClassName
{
color: #CEB5DA;
}
</style>
background-color css
<style>
a { background-color: #CEB5DA; }
a { background-color: rgb(206,181,218); }
div.DivClassName
{
background-color: #CEB5DA;
}
.BgClassName
{
background-color: #CEB5DA;
}
</style>
border-color css
<style>
span { border-color: #CEB5DA; }
span { border-color: rgb(206,181,218); }
td.TdClassName
{
border-color: #CEB5DA;
}
.TagClassName
{
border-color: #CEB5DA;
}
</style>