Shades of Prelude #CEB2DA
Tints of Prelude #CEB2DA
RGB
CMYK
RGB Variations
Color information
#CEB2DA (or 0xCEB2DA) is known color: Prelude. HEX triplet: CE, B2 and DA. RGB value is (206,178,218). Sum of RGB (Red+Green+Blue) = 206+178+218=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEB2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2DA is #314D25. Grayscale: #BEBEBE. Windows color (decimal): -3231014 or 14332622. OLE color: 14332622.
HSL color Cylindrical-coordinate representation of color #CEB2DA: hue angle of 282º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEB2DA is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 178 | 218 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.15 |
| HSL | 282º | 0.35% | 0.78% | - |
| HSV(B) | 282º | 0.18% | 0.85% | - |
| XYZ | 54.03 | 50.02 | 73.14 | - |
| YUV | 190.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 218 | 0.06 | 0.18 | 0 | 0.15 | 282 | 0.35 | 0.78 |
| Hex | CE | B2 | DA | 6 | 12 | 0 | F | 11A | 23 | 4E |
| Octal | 316 | 262 | 332 | 6 | 22 | 0 | 17 | 432 | 43 | 116 |
| Binary | 11001110 | 10110010 | 11011010 | 110 | 10010 | 0 | 1111 | 100011010 | 100011 | 1001110 |
Color Harmonies of #CEB2DA
Complementary color
Monochromatic Colors of #CEB2DA
Black with #CEB2DA
Text Example
Text Example
White with #CEB2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB2DA; }
p { color: rgb(206,178,218); }
H1.HeaderClassName
{
color: #CEB2DA;
}
.AnyTagClassName
{
color: #CEB2DA;
}
</style>
background-color css
<style>
a { background-color: #CEB2DA; }
a { background-color: rgb(206,178,218); }
div.DivClassName
{
background-color: #CEB2DA;
}
.BgClassName
{
background-color: #CEB2DA;
}
</style>
border-color css
<style>
span { border-color: #CEB2DA; }
span { border-color: rgb(206,178,218); }
td.TdClassName
{
border-color: #CEB2DA;
}
.TagClassName
{
border-color: #CEB2DA;
}
</style>