Shades of Prelude #C1AACE
Tints of Prelude #C1AACE
RGB
CMYK
RGB Variations
Color information
#C1AACE (or 0xC1AACE) is known color: Prelude. HEX triplet: C1, AA and CE. RGB value is (193,170,206). Sum of RGB (Red+Green+Blue) = 193+170+206=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AACE is #3E5531. Grayscale: #B4B4B4. Windows color (decimal): -4085042 or 13544129. OLE color: 13544129.
HSL color Cylindrical-coordinate representation of color #C1AACE: hue angle of 278.33º 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 #C1AACE is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 170 | 206 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.19 |
| HSL | 278.33º | 0.27% | 0.74% | - |
| HSV(B) | 278.33º | 0.17% | 0.81% | - |
| XYZ | 47.51 | 44.54 | 64.49 | - |
| YUV | 180.98 | 142.12 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 206 | 0.06 | 0.17 | 0 | 0.19 | 278.33 | 0.27 | 0.74 |
| Hex | C1 | AA | CE | 6 | 11 | 0 | 13 | 116 | 1B | 4A |
| Octal | 301 | 252 | 316 | 6 | 21 | 0 | 23 | 426 | 33 | 112 |
| Binary | 11000001 | 10101010 | 11001110 | 110 | 10001 | 0 | 10011 | 100010110 | 11011 | 1001010 |
Color Harmonies of #C1AACE
Complementary color
Monochromatic Colors of #C1AACE
Black with #C1AACE
Text Example
Text Example
White with #C1AACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AACE; }
p { color: rgb(193,170,206); }
H1.HeaderClassName
{
color: #C1AACE;
}
.AnyTagClassName
{
color: #C1AACE;
}
</style>
background-color css
<style>
a { background-color: #C1AACE; }
a { background-color: rgb(193,170,206); }
div.DivClassName
{
background-color: #C1AACE;
}
.BgClassName
{
background-color: #C1AACE;
}
</style>
border-color css
<style>
span { border-color: #C1AACE; }
span { border-color: rgb(193,170,206); }
td.TdClassName
{
border-color: #C1AACE;
}
.TagClassName
{
border-color: #C1AACE;
}
</style>