Shades of Prelude #CEBDD2
Tints of Prelude #CEBDD2
RGB
CMYK
RGB Variations
Color information
#CEBDD2 (or 0xCEBDD2) is known color: Prelude. HEX triplet: CE, BD and D2. RGB value is (206,189,210). Sum of RGB (Red+Green+Blue) = 206+189+210=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 210 - color contains mainly: blue. Hex color #CEBDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDD2 is #31422D. Grayscale: #C4C4C4. Windows color (decimal): -3228206 or 13811150. OLE color: 13811150.
HSL color Cylindrical-coordinate representation of color #CEBDD2: hue angle of 288.57º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEBDD2 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 189 | 210 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.18 |
| HSL | 288.57º | 0.19% | 0.78% | - |
| HSV(B) | 288.57º | 0.1% | 0.82% | - |
| XYZ | 55.28 | 54.17 | 68.51 | - |
| YUV | 196.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 210 | 0.02 | 0.10 | 0 | 0.18 | 288.57 | 0.19 | 0.78 |
| Hex | CE | BD | D2 | 2 | A | 0 | 12 | 121 | 13 | 4E |
| Octal | 316 | 275 | 322 | 2 | 12 | 0 | 22 | 441 | 23 | 116 |
| Binary | 11001110 | 10111101 | 11010010 | 10 | 1010 | 0 | 10010 | 100100001 | 10011 | 1001110 |
Color Harmonies of #CEBDD2
Complementary color
Monochromatic Colors of #CEBDD2
Black with #CEBDD2
Text Example
Text Example
White with #CEBDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDD2; }
p { color: rgb(206,189,210); }
H1.HeaderClassName
{
color: #CEBDD2;
}
.AnyTagClassName
{
color: #CEBDD2;
}
</style>
background-color css
<style>
a { background-color: #CEBDD2; }
a { background-color: rgb(206,189,210); }
div.DivClassName
{
background-color: #CEBDD2;
}
.BgClassName
{
background-color: #CEBDD2;
}
</style>
border-color css
<style>
span { border-color: #CEBDD2; }
span { border-color: rgb(206,189,210); }
td.TdClassName
{
border-color: #CEBDD2;
}
.TagClassName
{
border-color: #CEBDD2;
}
</style>