Shades of Prelude #C8AED5
Tints of Prelude #C8AED5
RGB
CMYK
RGB Variations
Color information
#C8AED5 (or 0xC8AED5) is known color: Prelude. HEX triplet: C8, AE and D5. RGB value is (200,174,213). Sum of RGB (Red+Green+Blue) = 200+174+213=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 213 - color contains mainly: blue. Hex color #C8AED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AED5 is #37512A. Grayscale: #BABABA. Windows color (decimal): -3625259 or 14003912. OLE color: 14003912.
HSL color Cylindrical-coordinate representation of color #C8AED5: hue angle of 280º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8AED5 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 174 | 213 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.16 |
| HSL | 280º | 0.32% | 0.76% | - |
| HSV(B) | 280º | 0.18% | 0.84% | - |
| XYZ | 50.97 | 47.36 | 69.41 | - |
| YUV | 186.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 213 | 0.06 | 0.18 | 0 | 0.16 | 280 | 0.32 | 0.76 |
| Hex | C8 | AE | D5 | 6 | 12 | 0 | 10 | 118 | 20 | 4C |
| Octal | 310 | 256 | 325 | 6 | 22 | 0 | 20 | 430 | 40 | 114 |
| Binary | 11001000 | 10101110 | 11010101 | 110 | 10010 | 0 | 10000 | 100011000 | 100000 | 1001100 |
Color Harmonies of #C8AED5
Complementary color
Monochromatic Colors of #C8AED5
Black with #C8AED5
Text Example
Text Example
White with #C8AED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AED5; }
p { color: rgb(200,174,213); }
H1.HeaderClassName
{
color: #C8AED5;
}
.AnyTagClassName
{
color: #C8AED5;
}
</style>
background-color css
<style>
a { background-color: #C8AED5; }
a { background-color: rgb(200,174,213); }
div.DivClassName
{
background-color: #C8AED5;
}
.BgClassName
{
background-color: #C8AED5;
}
</style>
border-color css
<style>
span { border-color: #C8AED5; }
span { border-color: rgb(200,174,213); }
td.TdClassName
{
border-color: #C8AED5;
}
.TagClassName
{
border-color: #C8AED5;
}
</style>