Shades of Prelude #C7ADCE
Tints of Prelude #C7ADCE
RGB
CMYK
RGB Variations
Color information
#C7ADCE (or 0xC7ADCE) is known color: Prelude. HEX triplet: C7, AD and CE. RGB value is (199,173,206). Sum of RGB (Red+Green+Blue) = 199+173+206=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 173 (67.97% from 255 or 29.93% 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 #C7ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADCE is #385231. Grayscale: #B8B8B8. Windows color (decimal): -3691058 or 13544903. OLE color: 13544903.
HSL color Cylindrical-coordinate representation of color #C7ADCE: hue angle of 287.27º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7ADCE is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 173 | 206 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.19 |
| HSL | 287.27º | 0.25% | 0.74% | - |
| HSV(B) | 287.27º | 0.16% | 0.81% | - |
| XYZ | 49.64 | 46.49 | 64.75 | - |
| YUV | 184.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 206 | 0.03 | 0.16 | 0 | 0.19 | 287.27 | 0.25 | 0.74 |
| Hex | C7 | AD | CE | 3 | 10 | 0 | 13 | 11F | 19 | 4A |
| Octal | 307 | 255 | 316 | 3 | 20 | 0 | 23 | 437 | 31 | 112 |
| Binary | 11000111 | 10101101 | 11001110 | 11 | 10000 | 0 | 10011 | 100011111 | 11001 | 1001010 |
Color Harmonies of #C7ADCE
Complementary color
Monochromatic Colors of #C7ADCE
Black with #C7ADCE
Text Example
Text Example
White with #C7ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ADCE; }
p { color: rgb(199,173,206); }
H1.HeaderClassName
{
color: #C7ADCE;
}
.AnyTagClassName
{
color: #C7ADCE;
}
</style>
background-color css
<style>
a { background-color: #C7ADCE; }
a { background-color: rgb(199,173,206); }
div.DivClassName
{
background-color: #C7ADCE;
}
.BgClassName
{
background-color: #C7ADCE;
}
</style>
border-color css
<style>
span { border-color: #C7ADCE; }
span { border-color: rgb(199,173,206); }
td.TdClassName
{
border-color: #C7ADCE;
}
.TagClassName
{
border-color: #C7ADCE;
}
</style>