Shades of Prelude #C5AACF
Tints of Prelude #C5AACF
RGB
CMYK
RGB Variations
Color information
#C5AACF (or 0xC5AACF) is known color: Prelude. HEX triplet: C5, AA and CF. RGB value is (197,170,207). Sum of RGB (Red+Green+Blue) = 197+170+207=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #C5AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AACF is #3A5530. Grayscale: #B6B6B6. Windows color (decimal): -3822897 or 13609669. OLE color: 13609669.
HSL color Cylindrical-coordinate representation of color #C5AACF: hue angle of 283.78º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5AACF is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 170 | 207 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.19 |
| HSL | 283.78º | 0.28% | 0.74% | - |
| HSV(B) | 283.78º | 0.18% | 0.81% | - |
| XYZ | 48.66 | 45.12 | 65.18 | - |
| YUV | 182.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 207 | 0.05 | 0.18 | 0 | 0.19 | 283.78 | 0.28 | 0.74 |
| Hex | C5 | AA | CF | 5 | 12 | 0 | 13 | 11C | 1C | 4A |
| Octal | 305 | 252 | 317 | 5 | 22 | 0 | 23 | 434 | 34 | 112 |
| Binary | 11000101 | 10101010 | 11001111 | 101 | 10010 | 0 | 10011 | 100011100 | 11100 | 1001010 |
Color Harmonies of #C5AACF
Complementary color
Monochromatic Colors of #C5AACF
Black with #C5AACF
Text Example
Text Example
White with #C5AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AACF; }
p { color: rgb(197,170,207); }
H1.HeaderClassName
{
color: #C5AACF;
}
.AnyTagClassName
{
color: #C5AACF;
}
</style>
background-color css
<style>
a { background-color: #C5AACF; }
a { background-color: rgb(197,170,207); }
div.DivClassName
{
background-color: #C5AACF;
}
.BgClassName
{
background-color: #C5AACF;
}
</style>
border-color css
<style>
span { border-color: #C5AACF; }
span { border-color: rgb(197,170,207); }
td.TdClassName
{
border-color: #C5AACF;
}
.TagClassName
{
border-color: #C5AACF;
}
</style>