Shades of Prelude #C8AECD
Tints of Prelude #C8AECD
RGB
CMYK
RGB Variations
Color information
#C8AECD (or 0xC8AECD) is known color: Prelude. HEX triplet: C8, AE and CD. RGB value is (200,174,205). Sum of RGB (Red+Green+Blue) = 200+174+205=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AECD is #375132. Grayscale: #B9B9B9. Windows color (decimal): -3625267 or 13479624. OLE color: 13479624.
HSL color Cylindrical-coordinate representation of color #C8AECD: hue angle of 290.32º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8AECD is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 174 | 205 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.20 |
| HSL | 290.32º | 0.24% | 0.74% | - |
| HSV(B) | 290.32º | 0.15% | 0.8% | - |
| XYZ | 49.97 | 46.96 | 64.19 | - |
| YUV | 185.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 205 | 0.02 | 0.15 | 0 | 0.20 | 290.32 | 0.24 | 0.74 |
| Hex | C8 | AE | CD | 2 | F | 0 | 14 | 122 | 18 | 4A |
| Octal | 310 | 256 | 315 | 2 | 17 | 0 | 24 | 442 | 30 | 112 |
| Binary | 11001000 | 10101110 | 11001101 | 10 | 1111 | 0 | 10100 | 100100010 | 11000 | 1001010 |
Color Harmonies of #C8AECD
Complementary color
Monochromatic Colors of #C8AECD
Black with #C8AECD
Text Example
Text Example
White with #C8AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AECD; }
p { color: rgb(200,174,205); }
H1.HeaderClassName
{
color: #C8AECD;
}
.AnyTagClassName
{
color: #C8AECD;
}
</style>
background-color css
<style>
a { background-color: #C8AECD; }
a { background-color: rgb(200,174,205); }
div.DivClassName
{
background-color: #C8AECD;
}
.BgClassName
{
background-color: #C8AECD;
}
</style>
border-color css
<style>
span { border-color: #C8AECD; }
span { border-color: rgb(200,174,205); }
td.TdClassName
{
border-color: #C8AECD;
}
.TagClassName
{
border-color: #C8AECD;
}
</style>