Shades of Prelude #CEB5DD
Tints of Prelude #CEB5DD
RGB
CMYK
RGB Variations
Color information
#CEB5DD (or 0xCEB5DD) is known color: Prelude. HEX triplet: CE, B5 and DD. RGB value is (206,181,221). Sum of RGB (Red+Green+Blue) = 206+181+221=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEB5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5DD is #314A22. Grayscale: #C0C0C0. Windows color (decimal): -3230243 or 14529998. OLE color: 14529998.
HSL color Cylindrical-coordinate representation of color #CEB5DD: hue angle of 277.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEB5DD is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 181 | 221 | - |
CMYK | 0.07 | 0.18 | 0 | 0.13 |
HSL | 277.5º | 0.37% | 0.79% | - |
HSV(B) | 277.5º | 0.18% | 0.87% | - |
XYZ | 55.03 | 51.39 | 75.43 | - |
YUV | 193.04 | 143.78 | 137.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 181 | 221 | 0.07 | 0.18 | 0 | 0.13 | 277.5 | 0.37 | 0.79 |
Hex | CE | B5 | DD | 7 | 12 | 0 | D | 116 | 25 | 4F |
Octal | 316 | 265 | 335 | 7 | 22 | 0 | 15 | 426 | 45 | 117 |
Binary | 11001110 | 10110101 | 11011101 | 111 | 10010 | 0 | 1101 | 100010110 | 100101 | 1001111 |
Color Harmonies of #CEB5DD
Complementary color
Monochromatic Colors of #CEB5DD
Black with #CEB5DD
Text Example
Text Example
White with #CEB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5DD; }
p { color: rgb(206,181,221); }
H1.HeaderClassName
{
color: #CEB5DD;
}
.AnyTagClassName
{
color: #CEB5DD;
}
</style>
background-color css
<style>
a { background-color: #CEB5DD; }
a { background-color: rgb(206,181,221); }
div.DivClassName
{
background-color: #CEB5DD;
}
.BgClassName
{
background-color: #CEB5DD;
}
</style>
border-color css
<style>
span { border-color: #CEB5DD; }
span { border-color: rgb(206,181,221); }
td.TdClassName
{
border-color: #CEB5DD;
}
.TagClassName
{
border-color: #CEB5DD;
}
</style>