Shades of Prelude #CEC1D9
Tints of Prelude #CEC1D9
RGB
CMYK
RGB Variations
Color information
#CEC1D9 (or 0xCEC1D9) is known color: Prelude. HEX triplet: CE, C1 and D9. RGB value is (206,193,217). Sum of RGB (Red+Green+Blue) = 206+193+217=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 217 - color contains mainly: blue. Hex color #CEC1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1D9 is #313E26. Grayscale: #C7C7C7. Windows color (decimal): -3227175 or 14270926. OLE color: 14270926.
HSL color Cylindrical-coordinate representation of color #CEC1D9: hue angle of 272.5º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEC1D9 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 193 | 217 | - |
CMYK | 0.05 | 0.11 | 0 | 0.15 |
HSL | 272.5º | 0.24% | 0.8% | - |
HSV(B) | 272.5º | 0.11% | 0.85% | - |
XYZ | 57.05 | 56.27 | 73.5 | - |
YUV | 199.62 | 137.81 | 132.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 193 | 217 | 0.05 | 0.11 | 0 | 0.15 | 272.5 | 0.24 | 0.8 |
Hex | CE | C1 | D9 | 5 | B | 0 | F | 110 | 18 | 50 |
Octal | 316 | 301 | 331 | 5 | 13 | 0 | 17 | 420 | 30 | 120 |
Binary | 11001110 | 11000001 | 11011001 | 101 | 1011 | 0 | 1111 | 100010000 | 11000 | 1010000 |
Color Harmonies of #CEC1D9
Complementary color
Monochromatic Colors of #CEC1D9
Black with #CEC1D9
Text Example
Text Example
White with #CEC1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1D9; }
p { color: rgb(206,193,217); }
H1.HeaderClassName
{
color: #CEC1D9;
}
.AnyTagClassName
{
color: #CEC1D9;
}
</style>
background-color css
<style>
a { background-color: #CEC1D9; }
a { background-color: rgb(206,193,217); }
div.DivClassName
{
background-color: #CEC1D9;
}
.BgClassName
{
background-color: #CEC1D9;
}
</style>
border-color css
<style>
span { border-color: #CEC1D9; }
span { border-color: rgb(206,193,217); }
td.TdClassName
{
border-color: #CEC1D9;
}
.TagClassName
{
border-color: #CEC1D9;
}
</style>