Shades of Prelude #C5ADCD
Tints of Prelude #C5ADCD
RGB
CMYK
RGB Variations
Color information
#C5ADCD (or 0xC5ADCD) is known color: Prelude. HEX triplet: C5, AD and CD. RGB value is (197,173,205). Sum of RGB (Red+Green+Blue) = 197+173+205=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADCD is #3A5232. Grayscale: #B7B7B7. Windows color (decimal): -3822131 or 13479365. OLE color: 13479365.
HSL color Cylindrical-coordinate representation of color #C5ADCD: hue angle of 285º degrees, saturation: 0.24, 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 #C5ADCD is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 197 | 173 | 205 | - |
CMYK | 0.04 | 0.16 | 0 | 0.20 |
HSL | 285º | 0.24% | 0.74% | - |
HSV(B) | 285º | 0.16% | 0.8% | - |
XYZ | 48.99 | 46.17 | 64.09 | - |
YUV | 183.82 | 139.95 | 137.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 173 | 205 | 0.04 | 0.16 | 0 | 0.20 | 285 | 0.24 | 0.74 |
Hex | C5 | AD | CD | 4 | 10 | 0 | 14 | 11D | 18 | 4A |
Octal | 305 | 255 | 315 | 4 | 20 | 0 | 24 | 435 | 30 | 112 |
Binary | 11000101 | 10101101 | 11001101 | 100 | 10000 | 0 | 10100 | 100011101 | 11000 | 1001010 |
Color Harmonies of #C5ADCD
Complementary color
Monochromatic Colors of #C5ADCD
Black with #C5ADCD
Text Example
Text Example
White with #C5ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ADCD; }
p { color: rgb(197,173,205); }
H1.HeaderClassName
{
color: #C5ADCD;
}
.AnyTagClassName
{
color: #C5ADCD;
}
</style>
background-color css
<style>
a { background-color: #C5ADCD; }
a { background-color: rgb(197,173,205); }
div.DivClassName
{
background-color: #C5ADCD;
}
.BgClassName
{
background-color: #C5ADCD;
}
</style>
border-color css
<style>
span { border-color: #C5ADCD; }
span { border-color: rgb(197,173,205); }
td.TdClassName
{
border-color: #C5ADCD;
}
.TagClassName
{
border-color: #C5ADCD;
}
</style>