Shades of Prelude #C7AED2
Tints of Prelude #C7AED2
RGB
CMYK
RGB Variations
Color information
#C7AED2 (or 0xC7AED2) is known color: Prelude. HEX triplet: C7, AE and D2. RGB value is (199,174,210). Sum of RGB (Red+Green+Blue) = 199+174+210=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 210 - color contains mainly: blue. Hex color #C7AED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AED2 is #38512D. Grayscale: #B9B9B9. Windows color (decimal): -3690798 or 13807303. OLE color: 13807303.
HSL color Cylindrical-coordinate representation of color #C7AED2: hue angle of 281.67º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7AED2 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 174 | 210 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.18 |
| HSL | 281.67º | 0.29% | 0.75% | - |
| HSV(B) | 281.67º | 0.17% | 0.82% | - |
| XYZ | 50.32 | 47.07 | 67.41 | - |
| YUV | 185.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 174 | 210 | 0.05 | 0.17 | 0 | 0.18 | 281.67 | 0.29 | 0.75 |
| Hex | C7 | AE | D2 | 5 | 11 | 0 | 12 | 11A | 1D | 4B |
| Octal | 307 | 256 | 322 | 5 | 21 | 0 | 22 | 432 | 35 | 113 |
| Binary | 11000111 | 10101110 | 11010010 | 101 | 10001 | 0 | 10010 | 100011010 | 11101 | 1001011 |
Color Harmonies of #C7AED2
Complementary color
Monochromatic Colors of #C7AED2
Black with #C7AED2
Text Example
Text Example
White with #C7AED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AED2; }
p { color: rgb(199,174,210); }
H1.HeaderClassName
{
color: #C7AED2;
}
.AnyTagClassName
{
color: #C7AED2;
}
</style>
background-color css
<style>
a { background-color: #C7AED2; }
a { background-color: rgb(199,174,210); }
div.DivClassName
{
background-color: #C7AED2;
}
.BgClassName
{
background-color: #C7AED2;
}
</style>
border-color css
<style>
span { border-color: #C7AED2; }
span { border-color: rgb(199,174,210); }
td.TdClassName
{
border-color: #C7AED2;
}
.TagClassName
{
border-color: #C7AED2;
}
</style>