Shades of Prelude #CEBBD3
Tints of Prelude #CEBBD3
RGB
CMYK
RGB Variations
Color information
#CEBBD3 (or 0xCEBBD3) is known color: Prelude. HEX triplet: CE, BB and D3. RGB value is (206,187,211). Sum of RGB (Red+Green+Blue) = 206+187+211=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 211 - color contains mainly: blue. Hex color #CEBBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBD3 is #31442C. Grayscale: #C3C3C3. Windows color (decimal): -3228717 or 13876174. OLE color: 13876174.
HSL color Cylindrical-coordinate representation of color #CEBBD3: hue angle of 287.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEBBD3 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 187 | 211 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.17 |
| HSL | 287.5º | 0.21% | 0.78% | - |
| HSV(B) | 287.5º | 0.11% | 0.83% | - |
| XYZ | 54.98 | 53.37 | 69.03 | - |
| YUV | 195.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 211 | 0.02 | 0.11 | 0 | 0.17 | 287.5 | 0.21 | 0.78 |
| Hex | CE | BB | D3 | 2 | B | 0 | 11 | 120 | 15 | 4E |
| Octal | 316 | 273 | 323 | 2 | 13 | 0 | 21 | 440 | 25 | 116 |
| Binary | 11001110 | 10111011 | 11010011 | 10 | 1011 | 0 | 10001 | 100100000 | 10101 | 1001110 |
Color Harmonies of #CEBBD3
Complementary color
Monochromatic Colors of #CEBBD3
Black with #CEBBD3
Text Example
Text Example
White with #CEBBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBD3; }
p { color: rgb(206,187,211); }
H1.HeaderClassName
{
color: #CEBBD3;
}
.AnyTagClassName
{
color: #CEBBD3;
}
</style>
background-color css
<style>
a { background-color: #CEBBD3; }
a { background-color: rgb(206,187,211); }
div.DivClassName
{
background-color: #CEBBD3;
}
.BgClassName
{
background-color: #CEBBD3;
}
</style>
border-color css
<style>
span { border-color: #CEBBD3; }
span { border-color: rgb(206,187,211); }
td.TdClassName
{
border-color: #CEBBD3;
}
.TagClassName
{
border-color: #CEBBD3;
}
</style>