Shades of Prelude #CEB5D4
Tints of Prelude #CEB5D4
RGB
CMYK
RGB Variations
Color information
#CEB5D4 (or 0xCEB5D4) is known color: Prelude. HEX triplet: CE, B5 and D4. RGB value is (206,181,212). Sum of RGB (Red+Green+Blue) = 206+181+212=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 181 (71.09% from 255 or 30.22% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEB5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5D4 is #314A2B. Grayscale: #BFBFBF. Windows color (decimal): -3230252 or 13940174. OLE color: 13940174.
HSL color Cylindrical-coordinate representation of color #CEB5D4: hue angle of 288.39º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEB5D4 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 181 | 212 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.17 |
| HSL | 288.39º | 0.26% | 0.77% | - |
| HSV(B) | 288.39º | 0.15% | 0.83% | - |
| XYZ | 53.86 | 50.92 | 69.28 | - |
| YUV | 192.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 212 | 0.03 | 0.15 | 0 | 0.17 | 288.39 | 0.26 | 0.77 |
| Hex | CE | B5 | D4 | 3 | F | 0 | 11 | 120 | 1A | 4D |
| Octal | 316 | 265 | 324 | 3 | 17 | 0 | 21 | 440 | 32 | 115 |
| Binary | 11001110 | 10110101 | 11010100 | 11 | 1111 | 0 | 10001 | 100100000 | 11010 | 1001101 |
Color Harmonies of #CEB5D4
Complementary color
Monochromatic Colors of #CEB5D4
Black with #CEB5D4
Text Example
Text Example
White with #CEB5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5D4; }
p { color: rgb(206,181,212); }
H1.HeaderClassName
{
color: #CEB5D4;
}
.AnyTagClassName
{
color: #CEB5D4;
}
</style>
background-color css
<style>
a { background-color: #CEB5D4; }
a { background-color: rgb(206,181,212); }
div.DivClassName
{
background-color: #CEB5D4;
}
.BgClassName
{
background-color: #CEB5D4;
}
</style>
border-color css
<style>
span { border-color: #CEB5D4; }
span { border-color: rgb(206,181,212); }
td.TdClassName
{
border-color: #CEB5D4;
}
.TagClassName
{
border-color: #CEB5D4;
}
</style>