Shades of Prelude #CEC8D0
Tints of Prelude #CEC8D0
RGB
CMYK
RGB Variations
Color information
#CEC8D0 (or 0xCEC8D0) is known color: Prelude. HEX triplet: CE, C8 and D0. RGB value is (206,200,208). Sum of RGB (Red+Green+Blue) = 206+200+208=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 208 - color contains mainly: blue. Hex color #CEC8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8D0 is #31372F. Grayscale: #CACACA. Windows color (decimal): -3225392 or 13682894. OLE color: 13682894.
HSL color Cylindrical-coordinate representation of color #CEC8D0: hue angle of 285º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CEC8D0 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 200 | 208 | - |
CMYK | 0.01 | 0.04 | 0 | 0.18 |
HSL | 285º | 0.08% | 0.8% | - |
HSV(B) | 285º | 0.04% | 0.82% | - |
XYZ | 57.49 | 58.98 | 68.03 | - |
YUV | 202.71 | 130.99 | 130.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 200 | 208 | 0.01 | 0.04 | 0 | 0.18 | 285 | 0.08 | 0.8 |
Hex | CE | C8 | D0 | 1 | 4 | 0 | 12 | 11D | 8 | 50 |
Octal | 316 | 310 | 320 | 1 | 4 | 0 | 22 | 435 | 10 | 120 |
Binary | 11001110 | 11001000 | 11010000 | 1 | 100 | 0 | 10010 | 100011101 | 1000 | 1010000 |
Color Harmonies of #CEC8D0
Complementary color
Monochromatic Colors of #CEC8D0
Black with #CEC8D0
Text Example
Text Example
White with #CEC8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8D0; }
p { color: rgb(206,200,208); }
H1.HeaderClassName
{
color: #CEC8D0;
}
.AnyTagClassName
{
color: #CEC8D0;
}
</style>
background-color css
<style>
a { background-color: #CEC8D0; }
a { background-color: rgb(206,200,208); }
div.DivClassName
{
background-color: #CEC8D0;
}
.BgClassName
{
background-color: #CEC8D0;
}
</style>
border-color css
<style>
span { border-color: #CEC8D0; }
span { border-color: rgb(206,200,208); }
td.TdClassName
{
border-color: #CEC8D0;
}
.TagClassName
{
border-color: #CEC8D0;
}
</style>