Shades of Prelude #C5ADD0
Tints of Prelude #C5ADD0
RGB
CMYK
RGB Variations
Color information
#C5ADD0 (or 0xC5ADD0) is known color: Prelude. HEX triplet: C5, AD and D0. RGB value is (197,173,208). Sum of RGB (Red+Green+Blue) = 197+173+208=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5ADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADD0 is #3A522F. Grayscale: #B8B8B8. Windows color (decimal): -3822128 or 13675973. OLE color: 13675973.
HSL color Cylindrical-coordinate representation of color #C5ADD0: hue angle of 281.14º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5ADD0 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 173 | 208 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.18 |
| HSL | 281.14º | 0.27% | 0.75% | - |
| HSV(B) | 281.14º | 0.17% | 0.82% | - |
| XYZ | 49.35 | 46.31 | 66.01 | - |
| YUV | 184.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 208 | 0.05 | 0.17 | 0 | 0.18 | 281.14 | 0.27 | 0.75 |
| Hex | C5 | AD | D0 | 5 | 11 | 0 | 12 | 119 | 1B | 4B |
| Octal | 305 | 255 | 320 | 5 | 21 | 0 | 22 | 431 | 33 | 113 |
| Binary | 11000101 | 10101101 | 11010000 | 101 | 10001 | 0 | 10010 | 100011001 | 11011 | 1001011 |
Color Harmonies of #C5ADD0
Complementary color
Monochromatic Colors of #C5ADD0
Black with #C5ADD0
Text Example
Text Example
White with #C5ADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ADD0; }
p { color: rgb(197,173,208); }
H1.HeaderClassName
{
color: #C5ADD0;
}
.AnyTagClassName
{
color: #C5ADD0;
}
</style>
background-color css
<style>
a { background-color: #C5ADD0; }
a { background-color: rgb(197,173,208); }
div.DivClassName
{
background-color: #C5ADD0;
}
.BgClassName
{
background-color: #C5ADD0;
}
</style>
border-color css
<style>
span { border-color: #C5ADD0; }
span { border-color: rgb(197,173,208); }
td.TdClassName
{
border-color: #C5ADD0;
}
.TagClassName
{
border-color: #C5ADD0;
}
</style>