Shades of Prelude #CEC5D1
Tints of Prelude #CEC5D1
RGB
CMYK
RGB Variations
Color information
#CEC5D1 (or 0xCEC5D1) is known color: Prelude. HEX triplet: CE, C5 and D1. RGB value is (206,197,209). Sum of RGB (Red+Green+Blue) = 206+197+209=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 209 - color contains mainly: blue. Hex color #CEC5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5D1 is #313A2E. Grayscale: #C9C9C9. Windows color (decimal): -3226159 or 13747662. OLE color: 13747662.
HSL color Cylindrical-coordinate representation of color #CEC5D1: hue angle of 285º degrees, saturation: 0.12, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEC5D1 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 197 | 209 | - |
CMYK | 0.01 | 0.06 | 0 | 0.18 |
HSL | 285º | 0.12% | 0.8% | - |
HSV(B) | 285º | 0.06% | 0.82% | - |
XYZ | 56.93 | 57.66 | 68.45 | - |
YUV | 201.06 | 132.48 | 131.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 197 | 209 | 0.01 | 0.06 | 0 | 0.18 | 285 | 0.12 | 0.8 |
Hex | CE | C5 | D1 | 1 | 6 | 0 | 12 | 11D | C | 50 |
Octal | 316 | 305 | 321 | 1 | 6 | 0 | 22 | 435 | 14 | 120 |
Binary | 11001110 | 11000101 | 11010001 | 1 | 110 | 0 | 10010 | 100011101 | 1100 | 1010000 |
Color Harmonies of #CEC5D1
Complementary color
Monochromatic Colors of #CEC5D1
Black with #CEC5D1
Text Example
Text Example
White with #CEC5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5D1; }
p { color: rgb(206,197,209); }
H1.HeaderClassName
{
color: #CEC5D1;
}
.AnyTagClassName
{
color: #CEC5D1;
}
</style>
background-color css
<style>
a { background-color: #CEC5D1; }
a { background-color: rgb(206,197,209); }
div.DivClassName
{
background-color: #CEC5D1;
}
.BgClassName
{
background-color: #CEC5D1;
}
</style>
border-color css
<style>
span { border-color: #CEC5D1; }
span { border-color: rgb(206,197,209); }
td.TdClassName
{
border-color: #CEC5D1;
}
.TagClassName
{
border-color: #CEC5D1;
}
</style>