Shades of Prelude #CEC0D3
Tints of Prelude #CEC0D3
RGB
CMYK
RGB Variations
Color information
#CEC0D3 (or 0xCEC0D3) is known color: Prelude. HEX triplet: CE, C0 and D3. RGB value is (206,192,211). Sum of RGB (Red+Green+Blue) = 206+192+211=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 211 - color contains mainly: blue. Hex color #CEC0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC0D3 is #313F2C. Grayscale: #C6C6C6. Windows color (decimal): -3227437 or 13877454. OLE color: 13877454.
HSL color Cylindrical-coordinate representation of color #CEC0D3: hue angle of 284.21º degrees, saturation: 0.18, 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 #CEC0D3 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 192 | 211 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.17 |
| HSL | 284.21º | 0.18% | 0.79% | - |
| HSV(B) | 284.21º | 0.09% | 0.83% | - |
| XYZ | 56.06 | 55.52 | 69.39 | - |
| YUV | 198.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 211 | 0.02 | 0.09 | 0 | 0.17 | 284.21 | 0.18 | 0.79 |
| Hex | CE | C0 | D3 | 2 | 9 | 0 | 11 | 11C | 12 | 4F |
| Octal | 316 | 300 | 323 | 2 | 11 | 0 | 21 | 434 | 22 | 117 |
| Binary | 11001110 | 11000000 | 11010011 | 10 | 1001 | 0 | 10001 | 100011100 | 10010 | 1001111 |
Color Harmonies of #CEC0D3
Complementary color
Monochromatic Colors of #CEC0D3
Black with #CEC0D3
Text Example
Text Example
White with #CEC0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0D3; }
p { color: rgb(206,192,211); }
H1.HeaderClassName
{
color: #CEC0D3;
}
.AnyTagClassName
{
color: #CEC0D3;
}
</style>
background-color css
<style>
a { background-color: #CEC0D3; }
a { background-color: rgb(206,192,211); }
div.DivClassName
{
background-color: #CEC0D3;
}
.BgClassName
{
background-color: #CEC0D3;
}
</style>
border-color css
<style>
span { border-color: #CEC0D3; }
span { border-color: rgb(206,192,211); }
td.TdClassName
{
border-color: #CEC0D3;
}
.TagClassName
{
border-color: #CEC0D3;
}
</style>