Shades of Prelude #CEBEDA
Tints of Prelude #CEBEDA
RGB
CMYK
RGB Variations
Color information
#CEBEDA (or 0xCEBEDA) is known color: Prelude. HEX triplet: CE, BE and DA. RGB value is (206,190,218). Sum of RGB (Red+Green+Blue) = 206+190+218=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEBEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEDA is #314125. Grayscale: #C5C5C5. Windows color (decimal): -3227942 or 14335694. OLE color: 14335694.
HSL color Cylindrical-coordinate representation of color #CEBEDA: hue angle of 274.29º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEBEDA is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 190 | 218 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.15 |
| HSL | 274.29º | 0.27% | 0.8% | - |
| HSV(B) | 274.29º | 0.13% | 0.85% | - |
| XYZ | 56.52 | 55.01 | 73.97 | - |
| YUV | 197.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 218 | 0.06 | 0.13 | 0 | 0.15 | 274.29 | 0.27 | 0.8 |
| Hex | CE | BE | DA | 6 | D | 0 | F | 112 | 1B | 50 |
| Octal | 316 | 276 | 332 | 6 | 15 | 0 | 17 | 422 | 33 | 120 |
| Binary | 11001110 | 10111110 | 11011010 | 110 | 1101 | 0 | 1111 | 100010010 | 11011 | 1010000 |
Color Harmonies of #CEBEDA
Complementary color
Monochromatic Colors of #CEBEDA
Black with #CEBEDA
Text Example
Text Example
White with #CEBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBEDA; }
p { color: rgb(206,190,218); }
H1.HeaderClassName
{
color: #CEBEDA;
}
.AnyTagClassName
{
color: #CEBEDA;
}
</style>
background-color css
<style>
a { background-color: #CEBEDA; }
a { background-color: rgb(206,190,218); }
div.DivClassName
{
background-color: #CEBEDA;
}
.BgClassName
{
background-color: #CEBEDA;
}
</style>
border-color css
<style>
span { border-color: #CEBEDA; }
span { border-color: rgb(206,190,218); }
td.TdClassName
{
border-color: #CEBEDA;
}
.TagClassName
{
border-color: #CEBEDA;
}
</style>