Shades of Prelude #CEB1E2
Tints of Prelude #CEB1E2
RGB
CMYK
RGB Variations
Color information
#CEB1E2 (or 0xCEB1E2) is known color: Prelude. HEX triplet: CE, B1 and E2. RGB value is (206,177,226). Sum of RGB (Red+Green+Blue) = 206+177+226=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 177 (69.53% from 255 or 29.06% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 226 - color contains mainly: blue. Hex color #CEB1E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1E2 is #314E1D. Grayscale: #BFBFBF. Windows color (decimal): -3231262 or 14856654. OLE color: 14856654.
HSL color Cylindrical-coordinate representation of color #CEB1E2: hue angle of 275.51º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEB1E2 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 177 | 226 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.11 |
| HSL | 275.51º | 0.46% | 0.79% | - |
| HSV(B) | 275.51º | 0.22% | 0.89% | - |
| XYZ | 54.9 | 50.06 | 78.72 | - |
| YUV | 191.26 | 147.61 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 226 | 0.09 | 0.22 | 0 | 0.11 | 275.51 | 0.46 | 0.79 |
| Hex | CE | B1 | E2 | 9 | 16 | 0 | B | 114 | 2E | 4F |
| Octal | 316 | 261 | 342 | 11 | 26 | 0 | 13 | 424 | 56 | 117 |
| Binary | 11001110 | 10110001 | 11100010 | 1001 | 10110 | 0 | 1011 | 100010100 | 101110 | 1001111 |
Color Harmonies of #CEB1E2
Complementary color
Monochromatic Colors of #CEB1E2
Black with #CEB1E2
Text Example
Text Example
White with #CEB1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB1E2; }
p { color: rgb(206,177,226); }
H1.HeaderClassName
{
color: #CEB1E2;
}
.AnyTagClassName
{
color: #CEB1E2;
}
</style>
background-color css
<style>
a { background-color: #CEB1E2; }
a { background-color: rgb(206,177,226); }
div.DivClassName
{
background-color: #CEB1E2;
}
.BgClassName
{
background-color: #CEB1E2;
}
</style>
border-color css
<style>
span { border-color: #CEB1E2; }
span { border-color: rgb(206,177,226); }
td.TdClassName
{
border-color: #CEB1E2;
}
.TagClassName
{
border-color: #CEB1E2;
}
</style>