Shades of Prelude #C1AEC9
Tints of Prelude #C1AEC9
RGB
CMYK
RGB Variations
Color information
#C1AEC9 (or 0xC1AEC9) is known color: Prelude. HEX triplet: C1, AE and C9. RGB value is (193,174,201). Sum of RGB (Red+Green+Blue) = 193+174+201=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 201 - color contains mainly: blue. Hex color #C1AEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AEC9 is #3E5136. Grayscale: #B6B6B6. Windows color (decimal): -4084023 or 13217473. OLE color: 13217473.
HSL color Cylindrical-coordinate representation of color #C1AEC9: hue angle of 282.22º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1AEC9 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 174 | 201 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.21 |
| HSL | 282.22º | 0.2% | 0.74% | - |
| HSV(B) | 282.22º | 0.13% | 0.79% | - |
| XYZ | 47.67 | 45.83 | 61.59 | - |
| YUV | 182.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 201 | 0.04 | 0.13 | 0 | 0.21 | 282.22 | 0.2 | 0.74 |
| Hex | C1 | AE | C9 | 4 | D | 0 | 15 | 11A | 14 | 4A |
| Octal | 301 | 256 | 311 | 4 | 15 | 0 | 25 | 432 | 24 | 112 |
| Binary | 11000001 | 10101110 | 11001001 | 100 | 1101 | 0 | 10101 | 100011010 | 10100 | 1001010 |
Color Harmonies of #C1AEC9
Complementary color
Monochromatic Colors of #C1AEC9
Black with #C1AEC9
Text Example
Text Example
White with #C1AEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AEC9; }
p { color: rgb(193,174,201); }
H1.HeaderClassName
{
color: #C1AEC9;
}
.AnyTagClassName
{
color: #C1AEC9;
}
</style>
background-color css
<style>
a { background-color: #C1AEC9; }
a { background-color: rgb(193,174,201); }
div.DivClassName
{
background-color: #C1AEC9;
}
.BgClassName
{
background-color: #C1AEC9;
}
</style>
border-color css
<style>
span { border-color: #C1AEC9; }
span { border-color: rgb(193,174,201); }
td.TdClassName
{
border-color: #C1AEC9;
}
.TagClassName
{
border-color: #C1AEC9;
}
</style>