Shades of Prelude #C7AECF
Tints of Prelude #C7AECF
RGB
CMYK
RGB Variations
Color information
#C7AECF (or 0xC7AECF) is known color: Prelude. HEX triplet: C7, AE and CF. RGB value is (199,174,207). Sum of RGB (Red+Green+Blue) = 199+174+207=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7AECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AECF is #385130. Grayscale: #B9B9B9. Windows color (decimal): -3690801 or 13610695. OLE color: 13610695.
HSL color Cylindrical-coordinate representation of color #C7AECF: hue angle of 285.45º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7AECF is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 174 | 207 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.19 |
| HSL | 285.45º | 0.26% | 0.75% | - |
| HSV(B) | 285.45º | 0.16% | 0.81% | - |
| XYZ | 49.95 | 46.92 | 65.46 | - |
| YUV | 185.24 | 140.28 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 174 | 207 | 0.04 | 0.16 | 0 | 0.19 | 285.45 | 0.26 | 0.75 |
| Hex | C7 | AE | CF | 4 | 10 | 0 | 13 | 11D | 1A | 4B |
| Octal | 307 | 256 | 317 | 4 | 20 | 0 | 23 | 435 | 32 | 113 |
| Binary | 11000111 | 10101110 | 11001111 | 100 | 10000 | 0 | 10011 | 100011101 | 11010 | 1001011 |
Color Harmonies of #C7AECF
Complementary color
Monochromatic Colors of #C7AECF
Black with #C7AECF
Text Example
Text Example
White with #C7AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AECF; }
p { color: rgb(199,174,207); }
H1.HeaderClassName
{
color: #C7AECF;
}
.AnyTagClassName
{
color: #C7AECF;
}
</style>
background-color css
<style>
a { background-color: #C7AECF; }
a { background-color: rgb(199,174,207); }
div.DivClassName
{
background-color: #C7AECF;
}
.BgClassName
{
background-color: #C7AECF;
}
</style>
border-color css
<style>
span { border-color: #C7AECF; }
span { border-color: rgb(199,174,207); }
td.TdClassName
{
border-color: #C7AECF;
}
.TagClassName
{
border-color: #C7AECF;
}
</style>