Shades of Prelude #CEB2D6
Tints of Prelude #CEB2D6
RGB
CMYK
RGB Variations
Color information
#CEB2D6 (or 0xCEB2D6) is known color: Prelude. HEX triplet: CE, B2 and D6. RGB value is (206,178,214). Sum of RGB (Red+Green+Blue) = 206+178+214=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 214 - color contains mainly: blue. Hex color #CEB2D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2D6 is #314D29. Grayscale: #BEBEBE. Windows color (decimal): -3231018 or 14070478. OLE color: 14070478.
HSL color Cylindrical-coordinate representation of color #CEB2D6: hue angle of 286.67º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEB2D6 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 178 | 214 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.16 |
| HSL | 286.67º | 0.31% | 0.77% | - |
| HSV(B) | 286.67º | 0.17% | 0.84% | - |
| XYZ | 53.51 | 49.82 | 70.41 | - |
| YUV | 190.48 | 141.28 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 214 | 0.04 | 0.17 | 0 | 0.16 | 286.67 | 0.31 | 0.77 |
| Hex | CE | B2 | D6 | 4 | 11 | 0 | 10 | 11F | 1F | 4D |
| Octal | 316 | 262 | 326 | 4 | 21 | 0 | 20 | 437 | 37 | 115 |
| Binary | 11001110 | 10110010 | 11010110 | 100 | 10001 | 0 | 10000 | 100011111 | 11111 | 1001101 |
Color Harmonies of #CEB2D6
Complementary color
Monochromatic Colors of #CEB2D6
Black with #CEB2D6
Text Example
Text Example
White with #CEB2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB2D6; }
p { color: rgb(206,178,214); }
H1.HeaderClassName
{
color: #CEB2D6;
}
.AnyTagClassName
{
color: #CEB2D6;
}
</style>
background-color css
<style>
a { background-color: #CEB2D6; }
a { background-color: rgb(206,178,214); }
div.DivClassName
{
background-color: #CEB2D6;
}
.BgClassName
{
background-color: #CEB2D6;
}
</style>
border-color css
<style>
span { border-color: #CEB2D6; }
span { border-color: rgb(206,178,214); }
td.TdClassName
{
border-color: #CEB2D6;
}
.TagClassName
{
border-color: #CEB2D6;
}
</style>