Shades of Prelude #C1AECC
Tints of Prelude #C1AECC
RGB
CMYK
RGB Variations
Color information
#C1AECC (or 0xC1AECC) is known color: Prelude. HEX triplet: C1, AE and CC. RGB value is (193,174,204). Sum of RGB (Red+Green+Blue) = 193+174+204=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #C1AECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AECC is #3E5133. Grayscale: #B7B7B7. Windows color (decimal): -4084020 or 13414081. OLE color: 13414081.
HSL color Cylindrical-coordinate representation of color #C1AECC: hue angle of 278º degrees, saturation: 0.23, 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 #C1AECC is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 174 | 204 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.2 |
| HSL | 278º | 0.23% | 0.74% | - |
| HSV(B) | 278º | 0.15% | 0.8% | - |
| XYZ | 48.03 | 45.97 | 63.47 | - |
| YUV | 183.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 204 | 0.05 | 0.15 | 0 | 0.2 | 278 | 0.23 | 0.74 |
| Hex | C1 | AE | CC | 5 | F | 0 | 14 | 116 | 17 | 4A |
| Octal | 301 | 256 | 314 | 5 | 17 | 0 | 24 | 426 | 27 | 112 |
| Binary | 11000001 | 10101110 | 11001100 | 101 | 1111 | 0 | 10100 | 100010110 | 10111 | 1001010 |
Color Harmonies of #C1AECC
Complementary color
Monochromatic Colors of #C1AECC
Black with #C1AECC
Text Example
Text Example
White with #C1AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AECC; }
p { color: rgb(193,174,204); }
H1.HeaderClassName
{
color: #C1AECC;
}
.AnyTagClassName
{
color: #C1AECC;
}
</style>
background-color css
<style>
a { background-color: #C1AECC; }
a { background-color: rgb(193,174,204); }
div.DivClassName
{
background-color: #C1AECC;
}
.BgClassName
{
background-color: #C1AECC;
}
</style>
border-color css
<style>
span { border-color: #C1AECC; }
span { border-color: rgb(193,174,204); }
td.TdClassName
{
border-color: #C1AECC;
}
.TagClassName
{
border-color: #C1AECC;
}
</style>