Shades of Prelude #C2AACE
Tints of Prelude #C2AACE
RGB
CMYK
RGB Variations
Color information
#C2AACE (or 0xC2AACE) is known color: Prelude. HEX triplet: C2, AA and CE. RGB value is (194,170,206). Sum of RGB (Red+Green+Blue) = 194+170+206=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AACE is #3D5531. Grayscale: #B5B5B5. Windows color (decimal): -4019506 or 13544130. OLE color: 13544130.
HSL color Cylindrical-coordinate representation of color #C2AACE: hue angle of 280º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2AACE is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 170 | 206 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.19 |
| HSL | 280º | 0.27% | 0.74% | - |
| HSV(B) | 280º | 0.17% | 0.81% | - |
| XYZ | 47.76 | 44.68 | 64.5 | - |
| YUV | 181.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 206 | 0.06 | 0.17 | 0 | 0.19 | 280 | 0.27 | 0.74 |
| Hex | C2 | AA | CE | 6 | 11 | 0 | 13 | 118 | 1B | 4A |
| Octal | 302 | 252 | 316 | 6 | 21 | 0 | 23 | 430 | 33 | 112 |
| Binary | 11000010 | 10101010 | 11001110 | 110 | 10001 | 0 | 10011 | 100011000 | 11011 | 1001010 |
Color Harmonies of #C2AACE
Complementary color
Monochromatic Colors of #C2AACE
Black with #C2AACE
Text Example
Text Example
White with #C2AACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AACE; }
p { color: rgb(194,170,206); }
H1.HeaderClassName
{
color: #C2AACE;
}
.AnyTagClassName
{
color: #C2AACE;
}
</style>
background-color css
<style>
a { background-color: #C2AACE; }
a { background-color: rgb(194,170,206); }
div.DivClassName
{
background-color: #C2AACE;
}
.BgClassName
{
background-color: #C2AACE;
}
</style>
border-color css
<style>
span { border-color: #C2AACE; }
span { border-color: rgb(194,170,206); }
td.TdClassName
{
border-color: #C2AACE;
}
.TagClassName
{
border-color: #C2AACE;
}
</style>