Shades of Prelude #C5AFCD
Tints of Prelude #C5AFCD
RGB
CMYK
RGB Variations
Color information
#C5AFCD (or 0xC5AFCD) is known color: Prelude. HEX triplet: C5, AF and CD. RGB value is (197,175,205). Sum of RGB (Red+Green+Blue) = 197+175+205=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFCD is #3A5032. Grayscale: #B8B8B8. Windows color (decimal): -3821619 or 13479877. OLE color: 13479877.
HSL color Cylindrical-coordinate representation of color #C5AFCD: hue angle of 284º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5AFCD is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 197 | 175 | 205 | - |
CMYK | 0.04 | 0.15 | 0 | 0.20 |
HSL | 284º | 0.23% | 0.75% | - |
HSV(B) | 284º | 0.15% | 0.8% | - |
XYZ | 49.38 | 46.94 | 64.22 | - |
YUV | 185 | 139.29 | 136.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 175 | 205 | 0.04 | 0.15 | 0 | 0.20 | 284 | 0.23 | 0.75 |
Hex | C5 | AF | CD | 4 | F | 0 | 14 | 11C | 17 | 4B |
Octal | 305 | 257 | 315 | 4 | 17 | 0 | 24 | 434 | 27 | 113 |
Binary | 11000101 | 10101111 | 11001101 | 100 | 1111 | 0 | 10100 | 100011100 | 10111 | 1001011 |
Color Harmonies of #C5AFCD
Complementary color
Monochromatic Colors of #C5AFCD
Black with #C5AFCD
Text Example
Text Example
White with #C5AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFCD; }
p { color: rgb(197,175,205); }
H1.HeaderClassName
{
color: #C5AFCD;
}
.AnyTagClassName
{
color: #C5AFCD;
}
</style>
background-color css
<style>
a { background-color: #C5AFCD; }
a { background-color: rgb(197,175,205); }
div.DivClassName
{
background-color: #C5AFCD;
}
.BgClassName
{
background-color: #C5AFCD;
}
</style>
border-color css
<style>
span { border-color: #C5AFCD; }
span { border-color: rgb(197,175,205); }
td.TdClassName
{
border-color: #C5AFCD;
}
.TagClassName
{
border-color: #C5AFCD;
}
</style>