Shades of Prelude #C7AED4
Tints of Prelude #C7AED4
RGB
CMYK
RGB Variations
Color information
#C7AED4 (or 0xC7AED4) is known color: Prelude. HEX triplet: C7, AE and D4. RGB value is (199,174,212). Sum of RGB (Red+Green+Blue) = 199+174+212=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 212 - color contains mainly: blue. Hex color #C7AED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AED4 is #38512B. Grayscale: #B9B9B9. Windows color (decimal): -3690796 or 13938375. OLE color: 13938375.
HSL color Cylindrical-coordinate representation of color #C7AED4: hue angle of 279.47º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7AED4 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 174 | 212 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.17 |
| HSL | 279.47º | 0.31% | 0.76% | - |
| HSV(B) | 279.47º | 0.18% | 0.83% | - |
| XYZ | 50.57 | 47.17 | 68.73 | - |
| YUV | 185.81 | 142.78 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 174 | 212 | 0.06 | 0.18 | 0 | 0.17 | 279.47 | 0.31 | 0.76 |
| Hex | C7 | AE | D4 | 6 | 12 | 0 | 11 | 117 | 1F | 4C |
| Octal | 307 | 256 | 324 | 6 | 22 | 0 | 21 | 427 | 37 | 114 |
| Binary | 11000111 | 10101110 | 11010100 | 110 | 10010 | 0 | 10001 | 100010111 | 11111 | 1001100 |
Color Harmonies of #C7AED4
Complementary color
Monochromatic Colors of #C7AED4
Black with #C7AED4
Text Example
Text Example
White with #C7AED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AED4; }
p { color: rgb(199,174,212); }
H1.HeaderClassName
{
color: #C7AED4;
}
.AnyTagClassName
{
color: #C7AED4;
}
</style>
background-color css
<style>
a { background-color: #C7AED4; }
a { background-color: rgb(199,174,212); }
div.DivClassName
{
background-color: #C7AED4;
}
.BgClassName
{
background-color: #C7AED4;
}
</style>
border-color css
<style>
span { border-color: #C7AED4; }
span { border-color: rgb(199,174,212); }
td.TdClassName
{
border-color: #C7AED4;
}
.TagClassName
{
border-color: #C7AED4;
}
</style>