Shades of Prelude #C2A8CE
Tints of Prelude #C2A8CE
RGB
CMYK
RGB Variations
Color information
#C2A8CE (or 0xC2A8CE) is known color: Prelude. HEX triplet: C2, A8 and CE. RGB value is (194,168,206). Sum of RGB (Red+Green+Blue) = 194+168+206=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2A8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A8CE is #3D5731. Grayscale: #B3B3B3. Windows color (decimal): -4020018 or 13543618. OLE color: 13543618.
HSL color Cylindrical-coordinate representation of color #C2A8CE: hue angle of 281.05º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2A8CE is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 168 | 206 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.19 |
| HSL | 281.05º | 0.28% | 0.73% | - |
| HSV(B) | 281.05º | 0.18% | 0.81% | - |
| XYZ | 47.39 | 43.93 | 64.37 | - |
| YUV | 180.11 | 142.61 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 206 | 0.06 | 0.18 | 0 | 0.19 | 281.05 | 0.28 | 0.73 |
| Hex | C2 | A8 | CE | 6 | 12 | 0 | 13 | 119 | 1C | 49 |
| Octal | 302 | 250 | 316 | 6 | 22 | 0 | 23 | 431 | 34 | 111 |
| Binary | 11000010 | 10101000 | 11001110 | 110 | 10010 | 0 | 10011 | 100011001 | 11100 | 1001001 |
Color Harmonies of #C2A8CE
Complementary color
Monochromatic Colors of #C2A8CE
Black with #C2A8CE
Text Example
Text Example
White with #C2A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A8CE; }
p { color: rgb(194,168,206); }
H1.HeaderClassName
{
color: #C2A8CE;
}
.AnyTagClassName
{
color: #C2A8CE;
}
</style>
background-color css
<style>
a { background-color: #C2A8CE; }
a { background-color: rgb(194,168,206); }
div.DivClassName
{
background-color: #C2A8CE;
}
.BgClassName
{
background-color: #C2A8CE;
}
</style>
border-color css
<style>
span { border-color: #C2A8CE; }
span { border-color: rgb(194,168,206); }
td.TdClassName
{
border-color: #C2A8CE;
}
.TagClassName
{
border-color: #C2A8CE;
}
</style>