Shades of Prelude #CEBED6
Tints of Prelude #CEBED6
RGB
CMYK
RGB Variations
Color information
#CEBED6 (or 0xCEBED6) is known color: Prelude. HEX triplet: CE, BE and D6. RGB value is (206,190,214). Sum of RGB (Red+Green+Blue) = 206+190+214=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 214 - color contains mainly: blue. Hex color #CEBED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBED6 is #314129. Grayscale: #C5C5C5. Windows color (decimal): -3227946 or 14073550. OLE color: 14073550.
HSL color Cylindrical-coordinate representation of color #CEBED6: hue angle of 280º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEBED6 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 190 | 214 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.16 |
| HSL | 280º | 0.23% | 0.79% | - |
| HSV(B) | 280º | 0.11% | 0.84% | - |
| XYZ | 56 | 54.8 | 71.24 | - |
| YUV | 197.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 214 | 0.04 | 0.11 | 0 | 0.16 | 280 | 0.23 | 0.79 |
| Hex | CE | BE | D6 | 4 | B | 0 | 10 | 118 | 17 | 4F |
| Octal | 316 | 276 | 326 | 4 | 13 | 0 | 20 | 430 | 27 | 117 |
| Binary | 11001110 | 10111110 | 11010110 | 100 | 1011 | 0 | 10000 | 100011000 | 10111 | 1001111 |
Color Harmonies of #CEBED6
Complementary color
Monochromatic Colors of #CEBED6
Black with #CEBED6
Text Example
Text Example
White with #CEBED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBED6; }
p { color: rgb(206,190,214); }
H1.HeaderClassName
{
color: #CEBED6;
}
.AnyTagClassName
{
color: #CEBED6;
}
</style>
background-color css
<style>
a { background-color: #CEBED6; }
a { background-color: rgb(206,190,214); }
div.DivClassName
{
background-color: #CEBED6;
}
.BgClassName
{
background-color: #CEBED6;
}
</style>
border-color css
<style>
span { border-color: #CEBED6; }
span { border-color: rgb(206,190,214); }
td.TdClassName
{
border-color: #CEBED6;
}
.TagClassName
{
border-color: #CEBED6;
}
</style>