Shades of Prelude #C5AECC
Tints of Prelude #C5AECC
RGB
CMYK
RGB Variations
Color information
#C5AECC (or 0xC5AECC) is known color: Prelude. HEX triplet: C5, AE and CC. RGB value is (197,174,204). Sum of RGB (Red+Green+Blue) = 197+174+204=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5AECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AECC is #3A5133. Grayscale: #B8B8B8. Windows color (decimal): -3821876 or 13414085. OLE color: 13414085.
HSL color Cylindrical-coordinate representation of color #C5AECC: hue angle of 286º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5AECC is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 197 | 174 | 204 | - |
CMYK | 0.03 | 0.15 | 0 | 0.2 |
HSL | 286º | 0.23% | 0.74% | - |
HSV(B) | 286º | 0.15% | 0.8% | - |
XYZ | 49.06 | 46.5 | 63.52 | - |
YUV | 184.3 | 139.12 | 137.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 174 | 204 | 0.03 | 0.15 | 0 | 0.2 | 286 | 0.23 | 0.74 |
Hex | C5 | AE | CC | 3 | F | 0 | 14 | 11E | 17 | 4A |
Octal | 305 | 256 | 314 | 3 | 17 | 0 | 24 | 436 | 27 | 112 |
Binary | 11000101 | 10101110 | 11001100 | 11 | 1111 | 0 | 10100 | 100011110 | 10111 | 1001010 |
Color Harmonies of #C5AECC
Complementary color
Monochromatic Colors of #C5AECC
Black with #C5AECC
Text Example
Text Example
White with #C5AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AECC; }
p { color: rgb(197,174,204); }
H1.HeaderClassName
{
color: #C5AECC;
}
.AnyTagClassName
{
color: #C5AECC;
}
</style>
background-color css
<style>
a { background-color: #C5AECC; }
a { background-color: rgb(197,174,204); }
div.DivClassName
{
background-color: #C5AECC;
}
.BgClassName
{
background-color: #C5AECC;
}
</style>
border-color css
<style>
span { border-color: #C5AECC; }
span { border-color: rgb(197,174,204); }
td.TdClassName
{
border-color: #C5AECC;
}
.TagClassName
{
border-color: #C5AECC;
}
</style>