Shades of Prelude #C2AECA
Tints of Prelude #C2AECA
RGB
CMYK
RGB Variations
Color information
#C2AECA (or 0xC2AECA) is known color: Prelude. HEX triplet: C2, AE and CA. RGB value is (194,174,202). Sum of RGB (Red+Green+Blue) = 194+174+202=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2AECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AECA is #3D5135. Grayscale: #B7B7B7. Windows color (decimal): -4018486 or 13283010. OLE color: 13283010.
HSL color Cylindrical-coordinate representation of color #C2AECA: hue angle of 282.86º 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 #C2AECA is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 174 | 202 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.21 |
| HSL | 282.86º | 0.21% | 0.74% | - |
| HSV(B) | 282.86º | 0.14% | 0.79% | - |
| XYZ | 48.04 | 46.01 | 62.22 | - |
| YUV | 183.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 202 | 0.04 | 0.14 | 0 | 0.21 | 282.86 | 0.21 | 0.74 |
| Hex | C2 | AE | CA | 4 | E | 0 | 15 | 11B | 15 | 4A |
| Octal | 302 | 256 | 312 | 4 | 16 | 0 | 25 | 433 | 25 | 112 |
| Binary | 11000010 | 10101110 | 11001010 | 100 | 1110 | 0 | 10101 | 100011011 | 10101 | 1001010 |
Color Harmonies of #C2AECA
Complementary color
Monochromatic Colors of #C2AECA
Black with #C2AECA
Text Example
Text Example
White with #C2AECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AECA; }
p { color: rgb(194,174,202); }
H1.HeaderClassName
{
color: #C2AECA;
}
.AnyTagClassName
{
color: #C2AECA;
}
</style>
background-color css
<style>
a { background-color: #C2AECA; }
a { background-color: rgb(194,174,202); }
div.DivClassName
{
background-color: #C2AECA;
}
.BgClassName
{
background-color: #C2AECA;
}
</style>
border-color css
<style>
span { border-color: #C2AECA; }
span { border-color: rgb(194,174,202); }
td.TdClassName
{
border-color: #C2AECA;
}
.TagClassName
{
border-color: #C2AECA;
}
</style>