Shades of Prelude #CEB3D4
Tints of Prelude #CEB3D4
RGB
CMYK
RGB Variations
Color information
#CEB3D4 (or 0xCEB3D4) is known color: Prelude. HEX triplet: CE, B3 and D4. RGB value is (206,179,212). Sum of RGB (Red+Green+Blue) = 206+179+212=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 179 (70.31% from 255 or 29.98% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEB3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3D4 is #314C2B. Grayscale: #BEBEBE. Windows color (decimal): -3230764 or 13939662. OLE color: 13939662.
HSL color Cylindrical-coordinate representation of color #CEB3D4: hue angle of 289.09º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEB3D4 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 179 | 212 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.17 |
| HSL | 289.09º | 0.28% | 0.77% | - |
| HSV(B) | 289.09º | 0.16% | 0.83% | - |
| XYZ | 53.46 | 50.12 | 69.14 | - |
| YUV | 190.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 212 | 0.03 | 0.16 | 0 | 0.17 | 289.09 | 0.28 | 0.77 |
| Hex | CE | B3 | D4 | 3 | 10 | 0 | 11 | 121 | 1C | 4D |
| Octal | 316 | 263 | 324 | 3 | 20 | 0 | 21 | 441 | 34 | 115 |
| Binary | 11001110 | 10110011 | 11010100 | 11 | 10000 | 0 | 10001 | 100100001 | 11100 | 1001101 |
Color Harmonies of #CEB3D4
Complementary color
Monochromatic Colors of #CEB3D4
Black with #CEB3D4
Text Example
Text Example
White with #CEB3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB3D4; }
p { color: rgb(206,179,212); }
H1.HeaderClassName
{
color: #CEB3D4;
}
.AnyTagClassName
{
color: #CEB3D4;
}
</style>
background-color css
<style>
a { background-color: #CEB3D4; }
a { background-color: rgb(206,179,212); }
div.DivClassName
{
background-color: #CEB3D4;
}
.BgClassName
{
background-color: #CEB3D4;
}
</style>
border-color css
<style>
span { border-color: #CEB3D4; }
span { border-color: rgb(206,179,212); }
td.TdClassName
{
border-color: #CEB3D4;
}
.TagClassName
{
border-color: #CEB3D4;
}
</style>