Shades of Prelude #CEC0D5
Tints of Prelude #CEC0D5
RGB
CMYK
RGB Variations
Color information
#CEC0D5 (or 0xCEC0D5) is known color: Prelude. HEX triplet: CE, C0 and D5. RGB value is (206,192,213). Sum of RGB (Red+Green+Blue) = 206+192+213=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 213 - color contains mainly: blue. Hex color #CEC0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0D5 is #313F2A. Grayscale: #C6C6C6. Windows color (decimal): -3227435 or 14008526. OLE color: 14008526.
HSL color Cylindrical-coordinate representation of color #CEC0D5: hue angle of 280º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC0D5 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 192 | 213 | - |
CMYK | 0.03 | 0.10 | 0 | 0.16 |
HSL | 280º | 0.2% | 0.79% | - |
HSV(B) | 280º | 0.1% | 0.84% | - |
XYZ | 56.31 | 55.63 | 70.72 | - |
YUV | 198.58 | 136.14 | 133.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 192 | 213 | 0.03 | 0.10 | 0 | 0.16 | 280 | 0.2 | 0.79 |
Hex | CE | C0 | D5 | 3 | A | 0 | 10 | 118 | 14 | 4F |
Octal | 316 | 300 | 325 | 3 | 12 | 0 | 20 | 430 | 24 | 117 |
Binary | 11001110 | 11000000 | 11010101 | 11 | 1010 | 0 | 10000 | 100011000 | 10100 | 1001111 |
Color Harmonies of #CEC0D5
Complementary color
Monochromatic Colors of #CEC0D5
Black with #CEC0D5
Text Example
Text Example
White with #CEC0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0D5; }
p { color: rgb(206,192,213); }
H1.HeaderClassName
{
color: #CEC0D5;
}
.AnyTagClassName
{
color: #CEC0D5;
}
</style>
background-color css
<style>
a { background-color: #CEC0D5; }
a { background-color: rgb(206,192,213); }
div.DivClassName
{
background-color: #CEC0D5;
}
.BgClassName
{
background-color: #CEC0D5;
}
</style>
border-color css
<style>
span { border-color: #CEC0D5; }
span { border-color: rgb(206,192,213); }
td.TdClassName
{
border-color: #CEC0D5;
}
.TagClassName
{
border-color: #CEC0D5;
}
</style>