Shades of Prelude #C5ACCD
Tints of Prelude #C5ACCD
RGB
CMYK
RGB Variations
Color information
#C5ACCD (or 0xC5ACCD) is known color: Prelude. HEX triplet: C5, AC and CD. RGB value is (197,172,205). Sum of RGB (Red+Green+Blue) = 197+172+205=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACCD is #3A5332. Grayscale: #B7B7B7. Windows color (decimal): -3822387 or 13479109. OLE color: 13479109.
HSL color Cylindrical-coordinate representation of color #C5ACCD: hue angle of 285.45º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5ACCD is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 197 | 172 | 205 | - |
CMYK | 0.04 | 0.16 | 0 | 0.20 |
HSL | 285.45º | 0.25% | 0.74% | - |
HSV(B) | 285.45º | 0.16% | 0.8% | - |
XYZ | 48.8 | 45.78 | 64.02 | - |
YUV | 183.24 | 140.28 | 137.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 172 | 205 | 0.04 | 0.16 | 0 | 0.20 | 285.45 | 0.25 | 0.74 |
Hex | C5 | AC | CD | 4 | 10 | 0 | 14 | 11D | 19 | 4A |
Octal | 305 | 254 | 315 | 4 | 20 | 0 | 24 | 435 | 31 | 112 |
Binary | 11000101 | 10101100 | 11001101 | 100 | 10000 | 0 | 10100 | 100011101 | 11001 | 1001010 |
Color Harmonies of #C5ACCD
Complementary color
Monochromatic Colors of #C5ACCD
Black with #C5ACCD
Text Example
Text Example
White with #C5ACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ACCD; }
p { color: rgb(197,172,205); }
H1.HeaderClassName
{
color: #C5ACCD;
}
.AnyTagClassName
{
color: #C5ACCD;
}
</style>
background-color css
<style>
a { background-color: #C5ACCD; }
a { background-color: rgb(197,172,205); }
div.DivClassName
{
background-color: #C5ACCD;
}
.BgClassName
{
background-color: #C5ACCD;
}
</style>
border-color css
<style>
span { border-color: #C5ACCD; }
span { border-color: rgb(197,172,205); }
td.TdClassName
{
border-color: #C5ACCD;
}
.TagClassName
{
border-color: #C5ACCD;
}
</style>