Shades of Prelude #CEBADA
Tints of Prelude #CEBADA
RGB
CMYK
RGB Variations
Color information
#CEBADA (or 0xCEBADA) is known color: Prelude. HEX triplet: CE, BA and DA. RGB value is (206,186,218). Sum of RGB (Red+Green+Blue) = 206+186+218=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEBADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBADA is #314525. Grayscale: #C3C3C3. Windows color (decimal): -3228966 or 14334670. OLE color: 14334670.
HSL color Cylindrical-coordinate representation of color #CEBADA: hue angle of 277.5º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEBADA is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 186 | 218 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.15 |
| HSL | 277.5º | 0.3% | 0.79% | - |
| HSV(B) | 277.5º | 0.15% | 0.85% | - |
| XYZ | 55.67 | 53.3 | 73.68 | - |
| YUV | 195.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 218 | 0.06 | 0.15 | 0 | 0.15 | 277.5 | 0.3 | 0.79 |
| Hex | CE | BA | DA | 6 | F | 0 | F | 116 | 1E | 4F |
| Octal | 316 | 272 | 332 | 6 | 17 | 0 | 17 | 426 | 36 | 117 |
| Binary | 11001110 | 10111010 | 11011010 | 110 | 1111 | 0 | 1111 | 100010110 | 11110 | 1001111 |
Color Harmonies of #CEBADA
Complementary color
Monochromatic Colors of #CEBADA
Black with #CEBADA
Text Example
Text Example
White with #CEBADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBADA; }
p { color: rgb(206,186,218); }
H1.HeaderClassName
{
color: #CEBADA;
}
.AnyTagClassName
{
color: #CEBADA;
}
</style>
background-color css
<style>
a { background-color: #CEBADA; }
a { background-color: rgb(206,186,218); }
div.DivClassName
{
background-color: #CEBADA;
}
.BgClassName
{
background-color: #CEBADA;
}
</style>
border-color css
<style>
span { border-color: #CEBADA; }
span { border-color: rgb(206,186,218); }
td.TdClassName
{
border-color: #CEBADA;
}
.TagClassName
{
border-color: #CEBADA;
}
</style>