Shades of Prelude #CEB1DD
Tints of Prelude #CEB1DD
RGB
CMYK
RGB Variations
Color information
#CEB1DD (or 0xCEB1DD) is known color: Prelude. HEX triplet: CE, B1 and DD. RGB value is (206,177,221). Sum of RGB (Red+Green+Blue) = 206+177+221=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEB1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB1DD is #314E22. Grayscale: #BEBEBE. Windows color (decimal): -3231267 or 14528974. OLE color: 14528974.
HSL color Cylindrical-coordinate representation of color #CEB1DD: hue angle of 279.55º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEB1DD is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 177 | 221 | - |
CMYK | 0.07 | 0.20 | 0 | 0.13 |
HSL | 279.55º | 0.39% | 0.78% | - |
HSV(B) | 279.55º | 0.2% | 0.87% | - |
XYZ | 54.23 | 49.79 | 75.16 | - |
YUV | 190.69 | 145.11 | 138.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 177 | 221 | 0.07 | 0.20 | 0 | 0.13 | 279.55 | 0.39 | 0.78 |
Hex | CE | B1 | DD | 7 | 14 | 0 | D | 118 | 27 | 4E |
Octal | 316 | 261 | 335 | 7 | 24 | 0 | 15 | 430 | 47 | 116 |
Binary | 11001110 | 10110001 | 11011101 | 111 | 10100 | 0 | 1101 | 100011000 | 100111 | 1001110 |
Color Harmonies of #CEB1DD
Complementary color
Monochromatic Colors of #CEB1DD
Black with #CEB1DD
Text Example
Text Example
White with #CEB1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB1DD; }
p { color: rgb(206,177,221); }
H1.HeaderClassName
{
color: #CEB1DD;
}
.AnyTagClassName
{
color: #CEB1DD;
}
</style>
background-color css
<style>
a { background-color: #CEB1DD; }
a { background-color: rgb(206,177,221); }
div.DivClassName
{
background-color: #CEB1DD;
}
.BgClassName
{
background-color: #CEB1DD;
}
</style>
border-color css
<style>
span { border-color: #CEB1DD; }
span { border-color: rgb(206,177,221); }
td.TdClassName
{
border-color: #CEB1DD;
}
.TagClassName
{
border-color: #CEB1DD;
}
</style>