Shades of Prelude #C2AECD
Tints of Prelude #C2AECD
RGB
CMYK
RGB Variations
Color information
#C2AECD (or 0xC2AECD) is known color: Prelude. HEX triplet: C2, AE and CD. RGB value is (194,174,205). Sum of RGB (Red+Green+Blue) = 194+174+205=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AECD is #3D5132. Grayscale: #B7B7B7. Windows color (decimal): -4018483 or 13479618. OLE color: 13479618.
HSL color Cylindrical-coordinate representation of color #C2AECD: hue angle of 278.71º 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 #C2AECD is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 174 | 205 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.20 |
| HSL | 278.71º | 0.24% | 0.74% | - |
| HSV(B) | 278.71º | 0.15% | 0.8% | - |
| XYZ | 48.4 | 46.15 | 64.11 | - |
| YUV | 183.51 | 140.13 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 205 | 0.05 | 0.15 | 0 | 0.20 | 278.71 | 0.24 | 0.74 |
| Hex | C2 | AE | CD | 5 | F | 0 | 14 | 117 | 18 | 4A |
| Octal | 302 | 256 | 315 | 5 | 17 | 0 | 24 | 427 | 30 | 112 |
| Binary | 11000010 | 10101110 | 11001101 | 101 | 1111 | 0 | 10100 | 100010111 | 11000 | 1001010 |
Color Harmonies of #C2AECD
Complementary color
Monochromatic Colors of #C2AECD
Black with #C2AECD
Text Example
Text Example
White with #C2AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AECD; }
p { color: rgb(194,174,205); }
H1.HeaderClassName
{
color: #C2AECD;
}
.AnyTagClassName
{
color: #C2AECD;
}
</style>
background-color css
<style>
a { background-color: #C2AECD; }
a { background-color: rgb(194,174,205); }
div.DivClassName
{
background-color: #C2AECD;
}
.BgClassName
{
background-color: #C2AECD;
}
</style>
border-color css
<style>
span { border-color: #C2AECD; }
span { border-color: rgb(194,174,205); }
td.TdClassName
{
border-color: #C2AECD;
}
.TagClassName
{
border-color: #C2AECD;
}
</style>