Shades of Prelude #CEB5D2
Tints of Prelude #CEB5D2
RGB
CMYK
RGB Variations
Color information
#CEB5D2 (or 0xCEB5D2) is known color: Prelude. HEX triplet: CE, B5 and D2. RGB value is (206,181,210). Sum of RGB (Red+Green+Blue) = 206+181+210=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 210 - color contains mainly: blue. Hex color #CEB5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5D2 is #314A2D. Grayscale: #BFBFBF. Windows color (decimal): -3230254 or 13809102. OLE color: 13809102.
HSL color Cylindrical-coordinate representation of color #CEB5D2: hue angle of 291.72º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEB5D2 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 181 | 210 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.18 |
| HSL | 291.72º | 0.24% | 0.77% | - |
| HSV(B) | 291.72º | 0.14% | 0.82% | - |
| XYZ | 53.61 | 50.82 | 67.96 | - |
| YUV | 191.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 210 | 0.02 | 0.14 | 0 | 0.18 | 291.72 | 0.24 | 0.77 |
| Hex | CE | B5 | D2 | 2 | E | 0 | 12 | 124 | 18 | 4D |
| Octal | 316 | 265 | 322 | 2 | 16 | 0 | 22 | 444 | 30 | 115 |
| Binary | 11001110 | 10110101 | 11010010 | 10 | 1110 | 0 | 10010 | 100100100 | 11000 | 1001101 |
Color Harmonies of #CEB5D2
Complementary color
Monochromatic Colors of #CEB5D2
Black with #CEB5D2
Text Example
Text Example
White with #CEB5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5D2; }
p { color: rgb(206,181,210); }
H1.HeaderClassName
{
color: #CEB5D2;
}
.AnyTagClassName
{
color: #CEB5D2;
}
</style>
background-color css
<style>
a { background-color: #CEB5D2; }
a { background-color: rgb(206,181,210); }
div.DivClassName
{
background-color: #CEB5D2;
}
.BgClassName
{
background-color: #CEB5D2;
}
</style>
border-color css
<style>
span { border-color: #CEB5D2; }
span { border-color: rgb(206,181,210); }
td.TdClassName
{
border-color: #CEB5D2;
}
.TagClassName
{
border-color: #CEB5D2;
}
</style>