Shades of Prelude #C4AECA
Tints of Prelude #C4AECA
RGB
CMYK
RGB Variations
Color information
#C4AECA (or 0xC4AECA) is known color: Prelude. HEX triplet: C4, AE and CA. RGB value is (196,174,202). Sum of RGB (Red+Green+Blue) = 196+174+202=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4AECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AECA is #3B5135. Grayscale: #B7B7B7. Windows color (decimal): -3887414 or 13283012. OLE color: 13283012.
HSL color Cylindrical-coordinate representation of color #C4AECA: hue angle of 287.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4AECA is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 174 | 202 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.21 |
| HSL | 287.14º | 0.21% | 0.74% | - |
| HSV(B) | 287.14º | 0.14% | 0.79% | - |
| XYZ | 48.56 | 46.27 | 62.25 | - |
| YUV | 183.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 202 | 0.03 | 0.14 | 0 | 0.21 | 287.14 | 0.21 | 0.74 |
| Hex | C4 | AE | CA | 3 | E | 0 | 15 | 11F | 15 | 4A |
| Octal | 304 | 256 | 312 | 3 | 16 | 0 | 25 | 437 | 25 | 112 |
| Binary | 11000100 | 10101110 | 11001010 | 11 | 1110 | 0 | 10101 | 100011111 | 10101 | 1001010 |
Color Harmonies of #C4AECA
Complementary color
Monochromatic Colors of #C4AECA
Black with #C4AECA
Text Example
Text Example
White with #C4AECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AECA; }
p { color: rgb(196,174,202); }
H1.HeaderClassName
{
color: #C4AECA;
}
.AnyTagClassName
{
color: #C4AECA;
}
</style>
background-color css
<style>
a { background-color: #C4AECA; }
a { background-color: rgb(196,174,202); }
div.DivClassName
{
background-color: #C4AECA;
}
.BgClassName
{
background-color: #C4AECA;
}
</style>
border-color css
<style>
span { border-color: #C4AECA; }
span { border-color: rgb(196,174,202); }
td.TdClassName
{
border-color: #C4AECA;
}
.TagClassName
{
border-color: #C4AECA;
}
</style>