Shades of Prelude #CEC0D6
Tints of Prelude #CEC0D6
RGB
CMYK
RGB Variations
Color information
#CEC0D6 (or 0xCEC0D6) is known color: Prelude. HEX triplet: CE, C0 and D6. RGB value is (206,192,214). Sum of RGB (Red+Green+Blue) = 206+192+214=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 214 - color contains mainly: blue. Hex color #CEC0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0D6 is #313F29. Grayscale: #C6C6C6. Windows color (decimal): -3227434 or 14074062. OLE color: 14074062.
HSL color Cylindrical-coordinate representation of color #CEC0D6: hue angle of 278.18º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC0D6 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 192 | 214 | - |
CMYK | 0.04 | 0.10 | 0 | 0.16 |
HSL | 278.18º | 0.21% | 0.8% | - |
HSV(B) | 278.18º | 0.1% | 0.84% | - |
XYZ | 56.44 | 55.68 | 71.39 | - |
YUV | 198.69 | 136.64 | 133.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 192 | 214 | 0.04 | 0.10 | 0 | 0.16 | 278.18 | 0.21 | 0.8 |
Hex | CE | C0 | D6 | 4 | A | 0 | 10 | 116 | 15 | 50 |
Octal | 316 | 300 | 326 | 4 | 12 | 0 | 20 | 426 | 25 | 120 |
Binary | 11001110 | 11000000 | 11010110 | 100 | 1010 | 0 | 10000 | 100010110 | 10101 | 1010000 |
Color Harmonies of #CEC0D6
Complementary color
Monochromatic Colors of #CEC0D6
Black with #CEC0D6
Text Example
Text Example
White with #CEC0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0D6; }
p { color: rgb(206,192,214); }
H1.HeaderClassName
{
color: #CEC0D6;
}
.AnyTagClassName
{
color: #CEC0D6;
}
</style>
background-color css
<style>
a { background-color: #CEC0D6; }
a { background-color: rgb(206,192,214); }
div.DivClassName
{
background-color: #CEC0D6;
}
.BgClassName
{
background-color: #CEC0D6;
}
</style>
border-color css
<style>
span { border-color: #CEC0D6; }
span { border-color: rgb(206,192,214); }
td.TdClassName
{
border-color: #CEC0D6;
}
.TagClassName
{
border-color: #CEC0D6;
}
</style>