Shades of Prelude #C5ACD3
Tints of Prelude #C5ACD3
RGB
CMYK
RGB Variations
Color information
#C5ACD3 (or 0xC5ACD3) is known color: Prelude. HEX triplet: C5, AC and D3. RGB value is (197,172,211). Sum of RGB (Red+Green+Blue) = 197+172+211=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 211 - color contains mainly: blue. Hex color #C5ACD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACD3 is #3A532C. Grayscale: #B7B7B7. Windows color (decimal): -3822381 or 13872325. OLE color: 13872325.
HSL color Cylindrical-coordinate representation of color #C5ACD3: hue angle of 278.46º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5ACD3 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 172 | 211 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.17 |
| HSL | 278.46º | 0.31% | 0.75% | - |
| HSV(B) | 278.46º | 0.18% | 0.83% | - |
| XYZ | 49.54 | 46.08 | 67.91 | - |
| YUV | 183.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 211 | 0.07 | 0.18 | 0 | 0.17 | 278.46 | 0.31 | 0.75 |
| Hex | C5 | AC | D3 | 7 | 12 | 0 | 11 | 116 | 1F | 4B |
| Octal | 305 | 254 | 323 | 7 | 22 | 0 | 21 | 426 | 37 | 113 |
| Binary | 11000101 | 10101100 | 11010011 | 111 | 10010 | 0 | 10001 | 100010110 | 11111 | 1001011 |
Color Harmonies of #C5ACD3
Complementary color
Monochromatic Colors of #C5ACD3
Black with #C5ACD3
Text Example
Text Example
White with #C5ACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ACD3; }
p { color: rgb(197,172,211); }
H1.HeaderClassName
{
color: #C5ACD3;
}
.AnyTagClassName
{
color: #C5ACD3;
}
</style>
background-color css
<style>
a { background-color: #C5ACD3; }
a { background-color: rgb(197,172,211); }
div.DivClassName
{
background-color: #C5ACD3;
}
.BgClassName
{
background-color: #C5ACD3;
}
</style>
border-color css
<style>
span { border-color: #C5ACD3; }
span { border-color: rgb(197,172,211); }
td.TdClassName
{
border-color: #C5ACD3;
}
.TagClassName
{
border-color: #C5ACD3;
}
</style>