Shades of Prelude #C5AAD4
Tints of Prelude #C5AAD4
RGB
CMYK
RGB Variations
Color information
#C5AAD4 (or 0xC5AAD4) is known color: Prelude. HEX triplet: C5, AA and D4. RGB value is (197,170,212). Sum of RGB (Red+Green+Blue) = 197+170+212=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 212 - color contains mainly: blue. Hex color #C5AAD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AAD4 is #3A552B. Grayscale: #B6B6B6. Windows color (decimal): -3822892 or 13937349. OLE color: 13937349.
HSL color Cylindrical-coordinate representation of color #C5AAD4: hue angle of 278.57º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5AAD4 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 170 | 212 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.17 |
| HSL | 278.57º | 0.33% | 0.75% | - |
| HSV(B) | 278.57º | 0.2% | 0.83% | - |
| XYZ | 49.28 | 45.37 | 68.45 | - |
| YUV | 182.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 212 | 0.07 | 0.20 | 0 | 0.17 | 278.57 | 0.33 | 0.75 |
| Hex | C5 | AA | D4 | 7 | 14 | 0 | 11 | 117 | 21 | 4B |
| Octal | 305 | 252 | 324 | 7 | 24 | 0 | 21 | 427 | 41 | 113 |
| Binary | 11000101 | 10101010 | 11010100 | 111 | 10100 | 0 | 10001 | 100010111 | 100001 | 1001011 |
Color Harmonies of #C5AAD4
Complementary color
Monochromatic Colors of #C5AAD4
Black with #C5AAD4
Text Example
Text Example
White with #C5AAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AAD4; }
p { color: rgb(197,170,212); }
H1.HeaderClassName
{
color: #C5AAD4;
}
.AnyTagClassName
{
color: #C5AAD4;
}
</style>
background-color css
<style>
a { background-color: #C5AAD4; }
a { background-color: rgb(197,170,212); }
div.DivClassName
{
background-color: #C5AAD4;
}
.BgClassName
{
background-color: #C5AAD4;
}
</style>
border-color css
<style>
span { border-color: #C5AAD4; }
span { border-color: rgb(197,170,212); }
td.TdClassName
{
border-color: #C5AAD4;
}
.TagClassName
{
border-color: #C5AAD4;
}
</style>