Shades of Prelude #CEB3D3
Tints of Prelude #CEB3D3
RGB
CMYK
RGB Variations
Color information
#CEB3D3 (or 0xCEB3D3) is known color: Prelude. HEX triplet: CE, B3 and D3. RGB value is (206,179,211). Sum of RGB (Red+Green+Blue) = 206+179+211=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 179 (70.31% from 255 or 30.03% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 211 - color contains mainly: blue. Hex color #CEB3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3D3 is #314C2C. Grayscale: #BEBEBE. Windows color (decimal): -3230765 or 13874126. OLE color: 13874126.
HSL color Cylindrical-coordinate representation of color #CEB3D3: hue angle of 290.62º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEB3D3 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 179 | 211 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.17 |
| HSL | 290.63º | 0.27% | 0.76% | - |
| HSV(B) | 290.63º | 0.15% | 0.83% | - |
| XYZ | 53.33 | 50.07 | 68.48 | - |
| YUV | 190.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 211 | 0.02 | 0.15 | 0 | 0.17 | 290.63 | 0.27 | 0.76 |
| Hex | CE | B3 | D3 | 2 | F | 0 | 11 | 123 | 1B | 4C |
| Octal | 316 | 263 | 323 | 2 | 17 | 0 | 21 | 443 | 33 | 114 |
| Binary | 11001110 | 10110011 | 11010011 | 10 | 1111 | 0 | 10001 | 100100011 | 11011 | 1001100 |
Color Harmonies of #CEB3D3
Complementary color
Monochromatic Colors of #CEB3D3
Black with #CEB3D3
Text Example
Text Example
White with #CEB3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB3D3; }
p { color: rgb(206,179,211); }
H1.HeaderClassName
{
color: #CEB3D3;
}
.AnyTagClassName
{
color: #CEB3D3;
}
</style>
background-color css
<style>
a { background-color: #CEB3D3; }
a { background-color: rgb(206,179,211); }
div.DivClassName
{
background-color: #CEB3D3;
}
.BgClassName
{
background-color: #CEB3D3;
}
</style>
border-color css
<style>
span { border-color: #CEB3D3; }
span { border-color: rgb(206,179,211); }
td.TdClassName
{
border-color: #CEB3D3;
}
.TagClassName
{
border-color: #CEB3D3;
}
</style>