Shades of Prelude #C7ABCE
Tints of Prelude #C7ABCE
RGB
CMYK
RGB Variations
Color information
#C7ABCE (or 0xC7ABCE) is known color: Prelude. HEX triplet: C7, AB and CE. RGB value is (199,171,206). Sum of RGB (Red+Green+Blue) = 199+171+206=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7ABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ABCE is #385431. Grayscale: #B7B7B7. Windows color (decimal): -3691570 or 13544391. OLE color: 13544391.
HSL color Cylindrical-coordinate representation of color #C7ABCE: hue angle of 288º degrees, saturation: 0.26, 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 #C7ABCE is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 171 | 206 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.19 |
| HSL | 288º | 0.26% | 0.74% | - |
| HSV(B) | 288º | 0.17% | 0.81% | - |
| XYZ | 49.26 | 45.72 | 64.62 | - |
| YUV | 183.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 171 | 206 | 0.03 | 0.17 | 0 | 0.19 | 288 | 0.26 | 0.74 |
| Hex | C7 | AB | CE | 3 | 11 | 0 | 13 | 120 | 1A | 4A |
| Octal | 307 | 253 | 316 | 3 | 21 | 0 | 23 | 440 | 32 | 112 |
| Binary | 11000111 | 10101011 | 11001110 | 11 | 10001 | 0 | 10011 | 100100000 | 11010 | 1001010 |
Color Harmonies of #C7ABCE
Complementary color
Monochromatic Colors of #C7ABCE
Black with #C7ABCE
Text Example
Text Example
White with #C7ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ABCE; }
p { color: rgb(199,171,206); }
H1.HeaderClassName
{
color: #C7ABCE;
}
.AnyTagClassName
{
color: #C7ABCE;
}
</style>
background-color css
<style>
a { background-color: #C7ABCE; }
a { background-color: rgb(199,171,206); }
div.DivClassName
{
background-color: #C7ABCE;
}
.BgClassName
{
background-color: #C7ABCE;
}
</style>
border-color css
<style>
span { border-color: #C7ABCE; }
span { border-color: rgb(199,171,206); }
td.TdClassName
{
border-color: #C7ABCE;
}
.TagClassName
{
border-color: #C7ABCE;
}
</style>