Shades of Prelude #C4AACC
Tints of Prelude #C4AACC
RGB
CMYK
RGB Variations
Color information
#C4AACC (or 0xC4AACC) is known color: Prelude. HEX triplet: C4, AA and CC. RGB value is (196,170,204). Sum of RGB (Red+Green+Blue) = 196+170+204=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #C4AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AACC is #3B5533. Grayscale: #B5B5B5. Windows color (decimal): -3888436 or 13413060. OLE color: 13413060.
HSL color Cylindrical-coordinate representation of color #C4AACC: hue angle of 285.88º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4AACC is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 170 | 204 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.2 |
| HSL | 285.88º | 0.25% | 0.73% | - |
| HSV(B) | 285.88º | 0.17% | 0.8% | - |
| XYZ | 48.04 | 44.84 | 63.25 | - |
| YUV | 181.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 204 | 0.04 | 0.17 | 0 | 0.2 | 285.88 | 0.25 | 0.73 |
| Hex | C4 | AA | CC | 4 | 11 | 0 | 14 | 11E | 19 | 49 |
| Octal | 304 | 252 | 314 | 4 | 21 | 0 | 24 | 436 | 31 | 111 |
| Binary | 11000100 | 10101010 | 11001100 | 100 | 10001 | 0 | 10100 | 100011110 | 11001 | 1001001 |
Color Harmonies of #C4AACC
Complementary color
Monochromatic Colors of #C4AACC
Black with #C4AACC
Text Example
Text Example
White with #C4AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AACC; }
p { color: rgb(196,170,204); }
H1.HeaderClassName
{
color: #C4AACC;
}
.AnyTagClassName
{
color: #C4AACC;
}
</style>
background-color css
<style>
a { background-color: #C4AACC; }
a { background-color: rgb(196,170,204); }
div.DivClassName
{
background-color: #C4AACC;
}
.BgClassName
{
background-color: #C4AACC;
}
</style>
border-color css
<style>
span { border-color: #C4AACC; }
span { border-color: rgb(196,170,204); }
td.TdClassName
{
border-color: #C4AACC;
}
.TagClassName
{
border-color: #C4AACC;
}
</style>