Shades of Prelude #C4AECD
Tints of Prelude #C4AECD
RGB
CMYK
RGB Variations
Color information
#C4AECD (or 0xC4AECD) is known color: Prelude. HEX triplet: C4, AE and CD. RGB value is (196,174,205). Sum of RGB (Red+Green+Blue) = 196+174+205=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 174 (68.36% from 255 or 30.26% 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 #C4AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AECD is #3B5132. Grayscale: #B8B8B8. Windows color (decimal): -3887411 or 13479620. OLE color: 13479620.
HSL color Cylindrical-coordinate representation of color #C4AECD: hue angle of 282.58º degrees, saturation: 0.24, 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 #C4AECD is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 174 | 205 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.20 |
| HSL | 282.58º | 0.24% | 0.74% | - |
| HSV(B) | 282.58º | 0.15% | 0.8% | - |
| XYZ | 48.92 | 46.42 | 64.14 | - |
| YUV | 184.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 205 | 0.04 | 0.15 | 0 | 0.20 | 282.58 | 0.24 | 0.74 |
| Hex | C4 | AE | CD | 4 | F | 0 | 14 | 11B | 18 | 4A |
| Octal | 304 | 256 | 315 | 4 | 17 | 0 | 24 | 433 | 30 | 112 |
| Binary | 11000100 | 10101110 | 11001101 | 100 | 1111 | 0 | 10100 | 100011011 | 11000 | 1001010 |
Color Harmonies of #C4AECD
Complementary color
Monochromatic Colors of #C4AECD
Black with #C4AECD
Text Example
Text Example
White with #C4AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AECD; }
p { color: rgb(196,174,205); }
H1.HeaderClassName
{
color: #C4AECD;
}
.AnyTagClassName
{
color: #C4AECD;
}
</style>
background-color css
<style>
a { background-color: #C4AECD; }
a { background-color: rgb(196,174,205); }
div.DivClassName
{
background-color: #C4AECD;
}
.BgClassName
{
background-color: #C4AECD;
}
</style>
border-color css
<style>
span { border-color: #C4AECD; }
span { border-color: rgb(196,174,205); }
td.TdClassName
{
border-color: #C4AECD;
}
.TagClassName
{
border-color: #C4AECD;
}
</style>