Shades of Prelude #CEBDD4
Tints of Prelude #CEBDD4
RGB
CMYK
RGB Variations
Color information
#CEBDD4 (or 0xCEBDD4) is known color: Prelude. HEX triplet: CE, BD and D4. RGB value is (206,189,212). Sum of RGB (Red+Green+Blue) = 206+189+212=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEBDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDD4 is #31422B. Grayscale: #C4C4C4. Windows color (decimal): -3228204 or 13942222. OLE color: 13942222.
HSL color Cylindrical-coordinate representation of color #CEBDD4: hue angle of 284.35º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEBDD4 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 189 | 212 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.17 |
| HSL | 284.35º | 0.21% | 0.79% | - |
| HSV(B) | 284.35º | 0.11% | 0.83% | - |
| XYZ | 55.53 | 54.27 | 69.84 | - |
| YUV | 196.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 212 | 0.03 | 0.11 | 0 | 0.17 | 284.35 | 0.21 | 0.79 |
| Hex | CE | BD | D4 | 3 | B | 0 | 11 | 11C | 15 | 4F |
| Octal | 316 | 275 | 324 | 3 | 13 | 0 | 21 | 434 | 25 | 117 |
| Binary | 11001110 | 10111101 | 11010100 | 11 | 1011 | 0 | 10001 | 100011100 | 10101 | 1001111 |
Color Harmonies of #CEBDD4
Complementary color
Monochromatic Colors of #CEBDD4
Black with #CEBDD4
Text Example
Text Example
White with #CEBDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDD4; }
p { color: rgb(206,189,212); }
H1.HeaderClassName
{
color: #CEBDD4;
}
.AnyTagClassName
{
color: #CEBDD4;
}
</style>
background-color css
<style>
a { background-color: #CEBDD4; }
a { background-color: rgb(206,189,212); }
div.DivClassName
{
background-color: #CEBDD4;
}
.BgClassName
{
background-color: #CEBDD4;
}
</style>
border-color css
<style>
span { border-color: #CEBDD4; }
span { border-color: rgb(206,189,212); }
td.TdClassName
{
border-color: #CEBDD4;
}
.TagClassName
{
border-color: #CEBDD4;
}
</style>