Shades of Prelude #CEC8D2
Tints of Prelude #CEC8D2
RGB
CMYK
RGB Variations
Color information
#CEC8D2 (or 0xCEC8D2) is known color: Prelude. HEX triplet: CE, C8 and D2. RGB value is (206,200,210). Sum of RGB (Red+Green+Blue) = 206+200+210=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 210 - color contains mainly: blue. Hex color #CEC8D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8D2 is #31372D. Grayscale: #CACACA. Windows color (decimal): -3225390 or 13813966. OLE color: 13813966.
HSL color Cylindrical-coordinate representation of color #CEC8D2: hue angle of 276º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CEC8D2 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 200 | 210 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.18 |
| HSL | 276º | 0.1% | 0.8% | - |
| HSV(B) | 276º | 0.05% | 0.82% | - |
| XYZ | 57.74 | 59.08 | 69.33 | - |
| YUV | 202.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 210 | 0.02 | 0.05 | 0 | 0.18 | 276 | 0.1 | 0.8 |
| Hex | CE | C8 | D2 | 2 | 5 | 0 | 12 | 114 | A | 50 |
| Octal | 316 | 310 | 322 | 2 | 5 | 0 | 22 | 424 | 12 | 120 |
| Binary | 11001110 | 11001000 | 11010010 | 10 | 101 | 0 | 10010 | 100010100 | 1010 | 1010000 |
Color Harmonies of #CEC8D2
Complementary color
Monochromatic Colors of #CEC8D2
Black with #CEC8D2
Text Example
Text Example
White with #CEC8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8D2; }
p { color: rgb(206,200,210); }
H1.HeaderClassName
{
color: #CEC8D2;
}
.AnyTagClassName
{
color: #CEC8D2;
}
</style>
background-color css
<style>
a { background-color: #CEC8D2; }
a { background-color: rgb(206,200,210); }
div.DivClassName
{
background-color: #CEC8D2;
}
.BgClassName
{
background-color: #CEC8D2;
}
</style>
border-color css
<style>
span { border-color: #CEC8D2; }
span { border-color: rgb(206,200,210); }
td.TdClassName
{
border-color: #CEC8D2;
}
.TagClassName
{
border-color: #CEC8D2;
}
</style>