Shades of Prelude #CEC7D0
Tints of Prelude #CEC7D0
RGB
CMYK
RGB Variations
Color information
#CEC7D0 (or 0xCEC7D0) is known color: Prelude. HEX triplet: CE, C7 and D0. RGB value is (206,199,208). Sum of RGB (Red+Green+Blue) = 206+199+208=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 208 - color contains mainly: blue. Hex color #CEC7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7D0 is #31382F. Grayscale: #CACACA. Windows color (decimal): -3225648 or 13682638. OLE color: 13682638.
HSL color Cylindrical-coordinate representation of color #CEC7D0: hue angle of 286.67º degrees, saturation: 0.09, 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 #CEC7D0 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 199 | 208 | - |
CMYK | 0.01 | 0.04 | 0 | 0.18 |
HSL | 286.67º | 0.09% | 0.8% | - |
HSV(B) | 286.67º | 0.04% | 0.82% | - |
XYZ | 57.26 | 58.52 | 67.95 | - |
YUV | 202.12 | 131.32 | 130.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 199 | 208 | 0.01 | 0.04 | 0 | 0.18 | 286.67 | 0.09 | 0.8 |
Hex | CE | C7 | D0 | 1 | 4 | 0 | 12 | 11F | 9 | 50 |
Octal | 316 | 307 | 320 | 1 | 4 | 0 | 22 | 437 | 11 | 120 |
Binary | 11001110 | 11000111 | 11010000 | 1 | 100 | 0 | 10010 | 100011111 | 1001 | 1010000 |
Color Harmonies of #CEC7D0
Complementary color
Monochromatic Colors of #CEC7D0
Black with #CEC7D0
Text Example
Text Example
White with #CEC7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7D0; }
p { color: rgb(206,199,208); }
H1.HeaderClassName
{
color: #CEC7D0;
}
.AnyTagClassName
{
color: #CEC7D0;
}
</style>
background-color css
<style>
a { background-color: #CEC7D0; }
a { background-color: rgb(206,199,208); }
div.DivClassName
{
background-color: #CEC7D0;
}
.BgClassName
{
background-color: #CEC7D0;
}
</style>
border-color css
<style>
span { border-color: #CEC7D0; }
span { border-color: rgb(206,199,208); }
td.TdClassName
{
border-color: #CEC7D0;
}
.TagClassName
{
border-color: #CEC7D0;
}
</style>