Shades of Prelude #C5AAD2
Tints of Prelude #C5AAD2
RGB
CMYK
RGB Variations
Color information
#C5AAD2 (or 0xC5AAD2) is known color: Prelude. HEX triplet: C5, AA and D2. RGB value is (197,170,210). Sum of RGB (Red+Green+Blue) = 197+170+210=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 210 - color contains mainly: blue. Hex color #C5AAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AAD2 is #3A552D. Grayscale: #B6B6B6. Windows color (decimal): -3822894 or 13806277. OLE color: 13806277.
HSL color Cylindrical-coordinate representation of color #C5AAD2: hue angle of 280.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5AAD2 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 170 | 210 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.18 |
| HSL | 280.5º | 0.31% | 0.75% | - |
| HSV(B) | 280.5º | 0.19% | 0.82% | - |
| XYZ | 49.03 | 45.27 | 67.13 | - |
| YUV | 182.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 210 | 0.06 | 0.19 | 0 | 0.18 | 280.5 | 0.31 | 0.75 |
| Hex | C5 | AA | D2 | 6 | 13 | 0 | 12 | 118 | 1F | 4B |
| Octal | 305 | 252 | 322 | 6 | 23 | 0 | 22 | 430 | 37 | 113 |
| Binary | 11000101 | 10101010 | 11010010 | 110 | 10011 | 0 | 10010 | 100011000 | 11111 | 1001011 |
Color Harmonies of #C5AAD2
Complementary color
Monochromatic Colors of #C5AAD2
Black with #C5AAD2
Text Example
Text Example
White with #C5AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AAD2; }
p { color: rgb(197,170,210); }
H1.HeaderClassName
{
color: #C5AAD2;
}
.AnyTagClassName
{
color: #C5AAD2;
}
</style>
background-color css
<style>
a { background-color: #C5AAD2; }
a { background-color: rgb(197,170,210); }
div.DivClassName
{
background-color: #C5AAD2;
}
.BgClassName
{
background-color: #C5AAD2;
}
</style>
border-color css
<style>
span { border-color: #C5AAD2; }
span { border-color: rgb(197,170,210); }
td.TdClassName
{
border-color: #C5AAD2;
}
.TagClassName
{
border-color: #C5AAD2;
}
</style>