Shades of Prelude #CEB7E2
Tints of Prelude #CEB7E2
RGB
CMYK
RGB Variations
Color information
#CEB7E2 (or 0xCEB7E2) is known color: Prelude. HEX triplet: CE, B7 and E2. RGB value is (206,183,226). Sum of RGB (Red+Green+Blue) = 206+183+226=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 226 (88.67% from 255 or 36.75% from 615); Max value from RGB is 226 - color contains mainly: blue. Hex color #CEB7E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7E2 is #31481D. Grayscale: #C2C2C2. Windows color (decimal): -3229726 or 14858190. OLE color: 14858190.
HSL color Cylindrical-coordinate representation of color #CEB7E2: hue angle of 272.09º degrees, saturation: 0.43, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEB7E2 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 183 | 226 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.11 |
| HSL | 272.09º | 0.43% | 0.8% | - |
| HSV(B) | 272.09º | 0.19% | 0.89% | - |
| XYZ | 56.11 | 52.48 | 79.12 | - |
| YUV | 194.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 226 | 0.09 | 0.19 | 0 | 0.11 | 272.09 | 0.43 | 0.8 |
| Hex | CE | B7 | E2 | 9 | 13 | 0 | B | 110 | 2B | 50 |
| Octal | 316 | 267 | 342 | 11 | 23 | 0 | 13 | 420 | 53 | 120 |
| Binary | 11001110 | 10110111 | 11100010 | 1001 | 10011 | 0 | 1011 | 100010000 | 101011 | 1010000 |
Color Harmonies of #CEB7E2
Complementary color
Monochromatic Colors of #CEB7E2
Black with #CEB7E2
Text Example
Text Example
White with #CEB7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7E2; }
p { color: rgb(206,183,226); }
H1.HeaderClassName
{
color: #CEB7E2;
}
.AnyTagClassName
{
color: #CEB7E2;
}
</style>
background-color css
<style>
a { background-color: #CEB7E2; }
a { background-color: rgb(206,183,226); }
div.DivClassName
{
background-color: #CEB7E2;
}
.BgClassName
{
background-color: #CEB7E2;
}
</style>
border-color css
<style>
span { border-color: #CEB7E2; }
span { border-color: rgb(206,183,226); }
td.TdClassName
{
border-color: #CEB7E2;
}
.TagClassName
{
border-color: #CEB7E2;
}
</style>