Shades of Prelude #CEC0D4
Tints of Prelude #CEC0D4
RGB
CMYK
RGB Variations
Color information
#CEC0D4 (or 0xCEC0D4) is known color: Prelude. HEX triplet: CE, C0 and D4. RGB value is (206,192,212). Sum of RGB (Red+Green+Blue) = 206+192+212=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEC0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0D4 is #313F2B. Grayscale: #C6C6C6. Windows color (decimal): -3227436 or 13942990. OLE color: 13942990.
HSL color Cylindrical-coordinate representation of color #CEC0D4: hue angle of 282º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEC0D4 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 192 | 212 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.17 |
| HSL | 282º | 0.19% | 0.79% | - |
| HSV(B) | 282º | 0.09% | 0.83% | - |
| XYZ | 56.19 | 55.57 | 70.05 | - |
| YUV | 198.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 212 | 0.03 | 0.09 | 0 | 0.17 | 282 | 0.19 | 0.79 |
| Hex | CE | C0 | D4 | 3 | 9 | 0 | 11 | 11A | 13 | 4F |
| Octal | 316 | 300 | 324 | 3 | 11 | 0 | 21 | 432 | 23 | 117 |
| Binary | 11001110 | 11000000 | 11010100 | 11 | 1001 | 0 | 10001 | 100011010 | 10011 | 1001111 |
Color Harmonies of #CEC0D4
Complementary color
Monochromatic Colors of #CEC0D4
Black with #CEC0D4
Text Example
Text Example
White with #CEC0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0D4; }
p { color: rgb(206,192,212); }
H1.HeaderClassName
{
color: #CEC0D4;
}
.AnyTagClassName
{
color: #CEC0D4;
}
</style>
background-color css
<style>
a { background-color: #CEC0D4; }
a { background-color: rgb(206,192,212); }
div.DivClassName
{
background-color: #CEC0D4;
}
.BgClassName
{
background-color: #CEC0D4;
}
</style>
border-color css
<style>
span { border-color: #CEC0D4; }
span { border-color: rgb(206,192,212); }
td.TdClassName
{
border-color: #CEC0D4;
}
.TagClassName
{
border-color: #CEC0D4;
}
</style>