Shades of Prelude #CEC0D9
Tints of Prelude #CEC0D9
RGB
CMYK
RGB Variations
Color information
#CEC0D9 (or 0xCEC0D9) is known color: Prelude. HEX triplet: CE, C0 and D9. RGB value is (206,192,217). Sum of RGB (Red+Green+Blue) = 206+192+217=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 217 - color contains mainly: blue. Hex color #CEC0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0D9 is #313F26. Grayscale: #C6C6C6. Windows color (decimal): -3227431 or 14270670. OLE color: 14270670.
HSL color Cylindrical-coordinate representation of color #CEC0D9: hue angle of 273.6º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEC0D9 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 192 | 217 | - |
CMYK | 0.05 | 0.12 | 0 | 0.15 |
HSL | 273.6º | 0.25% | 0.8% | - |
HSV(B) | 273.6º | 0.12% | 0.85% | - |
XYZ | 56.83 | 55.83 | 73.43 | - |
YUV | 199.04 | 138.14 | 132.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 192 | 217 | 0.05 | 0.12 | 0 | 0.15 | 273.6 | 0.25 | 0.8 |
Hex | CE | C0 | D9 | 5 | C | 0 | F | 112 | 19 | 50 |
Octal | 316 | 300 | 331 | 5 | 14 | 0 | 17 | 422 | 31 | 120 |
Binary | 11001110 | 11000000 | 11011001 | 101 | 1100 | 0 | 1111 | 100010010 | 11001 | 1010000 |
Color Harmonies of #CEC0D9
Complementary color
Monochromatic Colors of #CEC0D9
Black with #CEC0D9
Text Example
Text Example
White with #CEC0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0D9; }
p { color: rgb(206,192,217); }
H1.HeaderClassName
{
color: #CEC0D9;
}
.AnyTagClassName
{
color: #CEC0D9;
}
</style>
background-color css
<style>
a { background-color: #CEC0D9; }
a { background-color: rgb(206,192,217); }
div.DivClassName
{
background-color: #CEC0D9;
}
.BgClassName
{
background-color: #CEC0D9;
}
</style>
border-color css
<style>
span { border-color: #CEC0D9; }
span { border-color: rgb(206,192,217); }
td.TdClassName
{
border-color: #CEC0D9;
}
.TagClassName
{
border-color: #CEC0D9;
}
</style>