Shades of Prelude #C5AECE
Tints of Prelude #C5AECE
RGB
CMYK
RGB Variations
Color information
#C5AECE (or 0xC5AECE) is known color: Prelude. HEX triplet: C5, AE and CE. RGB value is (197,174,206). Sum of RGB (Red+Green+Blue) = 197+174+206=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5AECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AECE is #3A5131. Grayscale: #B8B8B8. Windows color (decimal): -3821874 or 13545157. OLE color: 13545157.
HSL color Cylindrical-coordinate representation of color #C5AECE: hue angle of 283.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5AECE is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 174 | 206 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.19 |
| HSL | 283.13º | 0.25% | 0.75% | - |
| HSV(B) | 283.13º | 0.16% | 0.81% | - |
| XYZ | 49.3 | 46.6 | 64.79 | - |
| YUV | 184.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 206 | 0.04 | 0.16 | 0 | 0.19 | 283.13 | 0.25 | 0.75 |
| Hex | C5 | AE | CE | 4 | 10 | 0 | 13 | 11B | 19 | 4B |
| Octal | 305 | 256 | 316 | 4 | 20 | 0 | 23 | 433 | 31 | 113 |
| Binary | 11000101 | 10101110 | 11001110 | 100 | 10000 | 0 | 10011 | 100011011 | 11001 | 1001011 |
Color Harmonies of #C5AECE
Complementary color
Monochromatic Colors of #C5AECE
Black with #C5AECE
Text Example
Text Example
White with #C5AECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AECE; }
p { color: rgb(197,174,206); }
H1.HeaderClassName
{
color: #C5AECE;
}
.AnyTagClassName
{
color: #C5AECE;
}
</style>
background-color css
<style>
a { background-color: #C5AECE; }
a { background-color: rgb(197,174,206); }
div.DivClassName
{
background-color: #C5AECE;
}
.BgClassName
{
background-color: #C5AECE;
}
</style>
border-color css
<style>
span { border-color: #C5AECE; }
span { border-color: rgb(197,174,206); }
td.TdClassName
{
border-color: #C5AECE;
}
.TagClassName
{
border-color: #C5AECE;
}
</style>