Shades of Prelude #CEACD3
Tints of Prelude #CEACD3
RGB
CMYK
RGB Variations
Color information
#CEACD3 (or 0xCEACD3) is known color: Prelude. HEX triplet: CE, AC and D3. RGB value is (206,172,211). Sum of RGB (Red+Green+Blue) = 206+172+211=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 211 - color contains mainly: blue. Hex color #CEACD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEACD3 is #31532C. Grayscale: #BABABA. Windows color (decimal): -3232557 or 13872334. OLE color: 13872334.
HSL color Cylindrical-coordinate representation of color #CEACD3: hue angle of 292.31º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEACD3 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 172 | 211 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.17 |
| HSL | 292.31º | 0.31% | 0.75% | - |
| HSV(B) | 292.31º | 0.18% | 0.83% | - |
| XYZ | 51.96 | 47.33 | 68.02 | - |
| YUV | 186.61 | 141.76 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 211 | 0.02 | 0.18 | 0 | 0.17 | 292.31 | 0.31 | 0.75 |
| Hex | CE | AC | D3 | 2 | 12 | 0 | 11 | 124 | 1F | 4B |
| Octal | 316 | 254 | 323 | 2 | 22 | 0 | 21 | 444 | 37 | 113 |
| Binary | 11001110 | 10101100 | 11010011 | 10 | 10010 | 0 | 10001 | 100100100 | 11111 | 1001011 |
Color Harmonies of #CEACD3
Complementary color
Monochromatic Colors of #CEACD3
Black with #CEACD3
Text Example
Text Example
White with #CEACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACD3; }
p { color: rgb(206,172,211); }
H1.HeaderClassName
{
color: #CEACD3;
}
.AnyTagClassName
{
color: #CEACD3;
}
</style>
background-color css
<style>
a { background-color: #CEACD3; }
a { background-color: rgb(206,172,211); }
div.DivClassName
{
background-color: #CEACD3;
}
.BgClassName
{
background-color: #CEACD3;
}
</style>
border-color css
<style>
span { border-color: #CEACD3; }
span { border-color: rgb(206,172,211); }
td.TdClassName
{
border-color: #CEACD3;
}
.TagClassName
{
border-color: #CEACD3;
}
</style>