Shades of Prelude #CEBED5
Tints of Prelude #CEBED5
RGB
CMYK
RGB Variations
Color information
#CEBED5 (or 0xCEBED5) is known color: Prelude. HEX triplet: CE, BE and D5. RGB value is (206,190,213). Sum of RGB (Red+Green+Blue) = 206+190+213=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 213 - color contains mainly: blue. Hex color #CEBED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBED5 is #31412A. Grayscale: #C5C5C5. Windows color (decimal): -3227947 or 14008014. OLE color: 14008014.
HSL color Cylindrical-coordinate representation of color #CEBED5: hue angle of 281.74º degrees, saturation: 0.21, 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 #CEBED5 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 190 | 213 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.16 |
| HSL | 281.74º | 0.21% | 0.79% | - |
| HSV(B) | 281.74º | 0.11% | 0.84% | - |
| XYZ | 55.88 | 54.75 | 70.57 | - |
| YUV | 197.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 213 | 0.03 | 0.11 | 0 | 0.16 | 281.74 | 0.21 | 0.79 |
| Hex | CE | BE | D5 | 3 | B | 0 | 10 | 11A | 15 | 4F |
| Octal | 316 | 276 | 325 | 3 | 13 | 0 | 20 | 432 | 25 | 117 |
| Binary | 11001110 | 10111110 | 11010101 | 11 | 1011 | 0 | 10000 | 100011010 | 10101 | 1001111 |
Color Harmonies of #CEBED5
Complementary color
Monochromatic Colors of #CEBED5
Black with #CEBED5
Text Example
Text Example
White with #CEBED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBED5; }
p { color: rgb(206,190,213); }
H1.HeaderClassName
{
color: #CEBED5;
}
.AnyTagClassName
{
color: #CEBED5;
}
</style>
background-color css
<style>
a { background-color: #CEBED5; }
a { background-color: rgb(206,190,213); }
div.DivClassName
{
background-color: #CEBED5;
}
.BgClassName
{
background-color: #CEBED5;
}
</style>
border-color css
<style>
span { border-color: #CEBED5; }
span { border-color: rgb(206,190,213); }
td.TdClassName
{
border-color: #CEBED5;
}
.TagClassName
{
border-color: #CEBED5;
}
</style>