Shades of Prelude #CECBD0
Tints of Prelude #CECBD0
RGB
CMYK
RGB Variations
Color information
#CECBD0 (or 0xCECBD0) is known color: Prelude. HEX triplet: CE, CB and D0. RGB value is (206,203,208). Sum of RGB (Red+Green+Blue) = 206+203+208=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 208 - color contains mainly: blue. Hex color #CECBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBD0 is #31342F. Grayscale: #CCCCCC. Windows color (decimal): -3224624 or 13683662. OLE color: 13683662.
HSL color Cylindrical-coordinate representation of color #CECBD0: hue angle of 276º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CECBD0 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 203 | 208 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.18 |
| HSL | 276º | 0.05% | 0.81% | - |
| HSV(B) | 276º | 0.02% | 0.82% | - |
| XYZ | 58.19 | 60.39 | 68.26 | - |
| YUV | 204.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 208 | 0.01 | 0.02 | 0 | 0.18 | 276 | 0.05 | 0.81 |
| Hex | CE | CB | D0 | 1 | 2 | 0 | 12 | 114 | 5 | 51 |
| Octal | 316 | 313 | 320 | 1 | 2 | 0 | 22 | 424 | 5 | 121 |
| Binary | 11001110 | 11001011 | 11010000 | 1 | 10 | 0 | 10010 | 100010100 | 101 | 1010001 |
Color Harmonies of #CECBD0
Complementary color
Monochromatic Colors of #CECBD0
Black with #CECBD0
Text Example
Text Example
White with #CECBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBD0; }
p { color: rgb(206,203,208); }
H1.HeaderClassName
{
color: #CECBD0;
}
.AnyTagClassName
{
color: #CECBD0;
}
</style>
background-color css
<style>
a { background-color: #CECBD0; }
a { background-color: rgb(206,203,208); }
div.DivClassName
{
background-color: #CECBD0;
}
.BgClassName
{
background-color: #CECBD0;
}
</style>
border-color css
<style>
span { border-color: #CECBD0; }
span { border-color: rgb(206,203,208); }
td.TdClassName
{
border-color: #CECBD0;
}
.TagClassName
{
border-color: #CECBD0;
}
</style>