Shades of Prelude #C2A7CE
Tints of Prelude #C2A7CE
RGB
CMYK
RGB Variations
Color information
#C2A7CE (or 0xC2A7CE) is known color: Prelude. HEX triplet: C2, A7 and CE. RGB value is (194,167,206). Sum of RGB (Red+Green+Blue) = 194+167+206=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 167 (65.62% from 255 or 29.45% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2A7CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A7CE is #3D5831. Grayscale: #B3B3B3. Windows color (decimal): -4020274 or 13543362. OLE color: 13543362.
HSL color Cylindrical-coordinate representation of color #C2A7CE: hue angle of 281.54º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2A7CE is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 167 | 206 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.19 |
| HSL | 281.54º | 0.28% | 0.73% | - |
| HSV(B) | 281.54º | 0.19% | 0.81% | - |
| XYZ | 47.21 | 43.56 | 64.31 | - |
| YUV | 179.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 206 | 0.06 | 0.19 | 0 | 0.19 | 281.54 | 0.28 | 0.73 |
| Hex | C2 | A7 | CE | 6 | 13 | 0 | 13 | 11A | 1C | 49 |
| Octal | 302 | 247 | 316 | 6 | 23 | 0 | 23 | 432 | 34 | 111 |
| Binary | 11000010 | 10100111 | 11001110 | 110 | 10011 | 0 | 10011 | 100011010 | 11100 | 1001001 |
Color Harmonies of #C2A7CE
Complementary color
Monochromatic Colors of #C2A7CE
Black with #C2A7CE
Text Example
Text Example
White with #C2A7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A7CE; }
p { color: rgb(194,167,206); }
H1.HeaderClassName
{
color: #C2A7CE;
}
.AnyTagClassName
{
color: #C2A7CE;
}
</style>
background-color css
<style>
a { background-color: #C2A7CE; }
a { background-color: rgb(194,167,206); }
div.DivClassName
{
background-color: #C2A7CE;
}
.BgClassName
{
background-color: #C2A7CE;
}
</style>
border-color css
<style>
span { border-color: #C2A7CE; }
span { border-color: rgb(194,167,206); }
td.TdClassName
{
border-color: #C2A7CE;
}
.TagClassName
{
border-color: #C2A7CE;
}
</style>