Shades of Prelude #C6AECE
Tints of Prelude #C6AECE
RGB
CMYK
RGB Variations
Color information
#C6AECE (or 0xC6AECE) is known color: Prelude. HEX triplet: C6, AE and CE. RGB value is (198,174,206). Sum of RGB (Red+Green+Blue) = 198+174+206=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6AECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AECE is #395131. Grayscale: #B8B8B8. Windows color (decimal): -3756338 or 13545158. OLE color: 13545158.
HSL color Cylindrical-coordinate representation of color #C6AECE: hue angle of 285º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6AECE is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 174 | 206 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.19 |
| HSL | 285º | 0.25% | 0.75% | - |
| HSV(B) | 285º | 0.16% | 0.81% | - |
| XYZ | 49.57 | 46.73 | 64.8 | - |
| YUV | 184.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 206 | 0.04 | 0.16 | 0 | 0.19 | 285 | 0.25 | 0.75 |
| Hex | C6 | AE | CE | 4 | 10 | 0 | 13 | 11D | 19 | 4B |
| Octal | 306 | 256 | 316 | 4 | 20 | 0 | 23 | 435 | 31 | 113 |
| Binary | 11000110 | 10101110 | 11001110 | 100 | 10000 | 0 | 10011 | 100011101 | 11001 | 1001011 |
Color Harmonies of #C6AECE
Complementary color
Monochromatic Colors of #C6AECE
Black with #C6AECE
Text Example
Text Example
White with #C6AECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AECE; }
p { color: rgb(198,174,206); }
H1.HeaderClassName
{
color: #C6AECE;
}
.AnyTagClassName
{
color: #C6AECE;
}
</style>
background-color css
<style>
a { background-color: #C6AECE; }
a { background-color: rgb(198,174,206); }
div.DivClassName
{
background-color: #C6AECE;
}
.BgClassName
{
background-color: #C6AECE;
}
</style>
border-color css
<style>
span { border-color: #C6AECE; }
span { border-color: rgb(198,174,206); }
td.TdClassName
{
border-color: #C6AECE;
}
.TagClassName
{
border-color: #C6AECE;
}
</style>