Shades of Prelude #CEBDD3
Tints of Prelude #CEBDD3
RGB
CMYK
RGB Variations
Color information
#CEBDD3 (or 0xCEBDD3) is known color: Prelude. HEX triplet: CE, BD and D3. RGB value is (206,189,211). Sum of RGB (Red+Green+Blue) = 206+189+211=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 211 - color contains mainly: blue. Hex color #CEBDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDD3 is #31422C. Grayscale: #C4C4C4. Windows color (decimal): -3228205 or 13876686. OLE color: 13876686.
HSL color Cylindrical-coordinate representation of color #CEBDD3: hue angle of 286.36º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEBDD3 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 189 | 211 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.17 |
| HSL | 286.36º | 0.2% | 0.78% | - |
| HSV(B) | 286.36º | 0.1% | 0.83% | - |
| XYZ | 55.41 | 54.22 | 69.17 | - |
| YUV | 196.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 211 | 0.02 | 0.10 | 0 | 0.17 | 286.36 | 0.2 | 0.78 |
| Hex | CE | BD | D3 | 2 | A | 0 | 11 | 11E | 14 | 4E |
| Octal | 316 | 275 | 323 | 2 | 12 | 0 | 21 | 436 | 24 | 116 |
| Binary | 11001110 | 10111101 | 11010011 | 10 | 1010 | 0 | 10001 | 100011110 | 10100 | 1001110 |
Color Harmonies of #CEBDD3
Complementary color
Monochromatic Colors of #CEBDD3
Black with #CEBDD3
Text Example
Text Example
White with #CEBDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDD3; }
p { color: rgb(206,189,211); }
H1.HeaderClassName
{
color: #CEBDD3;
}
.AnyTagClassName
{
color: #CEBDD3;
}
</style>
background-color css
<style>
a { background-color: #CEBDD3; }
a { background-color: rgb(206,189,211); }
div.DivClassName
{
background-color: #CEBDD3;
}
.BgClassName
{
background-color: #CEBDD3;
}
</style>
border-color css
<style>
span { border-color: #CEBDD3; }
span { border-color: rgb(206,189,211); }
td.TdClassName
{
border-color: #CEBDD3;
}
.TagClassName
{
border-color: #CEBDD3;
}
</style>