Shades of Prelude #CEB1D2
Tints of Prelude #CEB1D2
RGB
CMYK
RGB Variations
Color information
#CEB1D2 (or 0xCEB1D2) is known color: Prelude. HEX triplet: CE, B1 and D2. RGB value is (206,177,210). Sum of RGB (Red+Green+Blue) = 206+177+210=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 210 - color contains mainly: blue. Hex color #CEB1D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1D2 is #314E2D. Grayscale: #BDBDBD. Windows color (decimal): -3231278 or 13808078. OLE color: 13808078.
HSL color Cylindrical-coordinate representation of color #CEB1D2: hue angle of 292.73º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEB1D2 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 177 | 210 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.18 |
| HSL | 292.73º | 0.27% | 0.76% | - |
| HSV(B) | 292.73º | 0.16% | 0.82% | - |
| XYZ | 52.81 | 49.22 | 67.69 | - |
| YUV | 189.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 210 | 0.02 | 0.16 | 0 | 0.18 | 292.73 | 0.27 | 0.76 |
| Hex | CE | B1 | D2 | 2 | 10 | 0 | 12 | 125 | 1B | 4C |
| Octal | 316 | 261 | 322 | 2 | 20 | 0 | 22 | 445 | 33 | 114 |
| Binary | 11001110 | 10110001 | 11010010 | 10 | 10000 | 0 | 10010 | 100100101 | 11011 | 1001100 |
Color Harmonies of #CEB1D2
Complementary color
Monochromatic Colors of #CEB1D2
Black with #CEB1D2
Text Example
Text Example
White with #CEB1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB1D2; }
p { color: rgb(206,177,210); }
H1.HeaderClassName
{
color: #CEB1D2;
}
.AnyTagClassName
{
color: #CEB1D2;
}
</style>
background-color css
<style>
a { background-color: #CEB1D2; }
a { background-color: rgb(206,177,210); }
div.DivClassName
{
background-color: #CEB1D2;
}
.BgClassName
{
background-color: #CEB1D2;
}
</style>
border-color css
<style>
span { border-color: #CEB1D2; }
span { border-color: rgb(206,177,210); }
td.TdClassName
{
border-color: #CEB1D2;
}
.TagClassName
{
border-color: #CEB1D2;
}
</style>