Shades of Prelude #CEB4E2
Tints of Prelude #CEB4E2
RGB
CMYK
RGB Variations
Color information
#CEB4E2 (or 0xCEB4E2) is known color: Prelude. HEX triplet: CE, B4 and E2. RGB value is (206,180,226). Sum of RGB (Red+Green+Blue) = 206+180+226=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 180 (70.70% from 255 or 29.41% from 612); Blue value is 226 (88.67% from 255 or 36.93% from 612); Max value from RGB is 226 - color contains mainly: blue. Hex color #CEB4E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4E2 is #314B1D. Grayscale: #C0C0C0. Windows color (decimal): -3230494 or 14857422. OLE color: 14857422.
HSL color Cylindrical-coordinate representation of color #CEB4E2: hue angle of 273.91º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEB4E2 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 180 | 226 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.11 |
| HSL | 273.91º | 0.44% | 0.8% | - |
| HSV(B) | 273.91º | 0.2% | 0.89% | - |
| XYZ | 55.5 | 51.26 | 78.92 | - |
| YUV | 193.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 226 | 0.09 | 0.20 | 0 | 0.11 | 273.91 | 0.44 | 0.8 |
| Hex | CE | B4 | E2 | 9 | 14 | 0 | B | 112 | 2C | 50 |
| Octal | 316 | 264 | 342 | 11 | 24 | 0 | 13 | 422 | 54 | 120 |
| Binary | 11001110 | 10110100 | 11100010 | 1001 | 10100 | 0 | 1011 | 100010010 | 101100 | 1010000 |
Color Harmonies of #CEB4E2
Complementary color
Monochromatic Colors of #CEB4E2
Black with #CEB4E2
Text Example
Text Example
White with #CEB4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB4E2; }
p { color: rgb(206,180,226); }
H1.HeaderClassName
{
color: #CEB4E2;
}
.AnyTagClassName
{
color: #CEB4E2;
}
</style>
background-color css
<style>
a { background-color: #CEB4E2; }
a { background-color: rgb(206,180,226); }
div.DivClassName
{
background-color: #CEB4E2;
}
.BgClassName
{
background-color: #CEB4E2;
}
</style>
border-color css
<style>
span { border-color: #CEB4E2; }
span { border-color: rgb(206,180,226); }
td.TdClassName
{
border-color: #CEB4E2;
}
.TagClassName
{
border-color: #CEB4E2;
}
</style>