Shades of Prelude #C7ADD8
Tints of Prelude #C7ADD8
RGB
CMYK
RGB Variations
Color information
#C7ADD8 (or 0xC7ADD8) is known color: Prelude. HEX triplet: C7, AD and D8. RGB value is (199,173,216). Sum of RGB (Red+Green+Blue) = 199+173+216=588 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.84% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 216 - color contains mainly: blue. Hex color #C7ADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADD8 is #385227. Grayscale: #B9B9B9. Windows color (decimal): -3691048 or 14200263. OLE color: 14200263.
HSL color Cylindrical-coordinate representation of color #C7ADD8: hue angle of 276.28º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7ADD8 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 173 | 216 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.15 |
| HSL | 276.28º | 0.36% | 0.76% | - |
| HSV(B) | 276.28º | 0.2% | 0.85% | - |
| XYZ | 50.89 | 46.99 | 71.35 | - |
| YUV | 185.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 216 | 0.08 | 0.20 | 0 | 0.15 | 276.28 | 0.36 | 0.76 |
| Hex | C7 | AD | D8 | 8 | 14 | 0 | F | 114 | 24 | 4C |
| Octal | 307 | 255 | 330 | 10 | 24 | 0 | 17 | 424 | 44 | 114 |
| Binary | 11000111 | 10101101 | 11011000 | 1000 | 10100 | 0 | 1111 | 100010100 | 100100 | 1001100 |
Color Harmonies of #C7ADD8
Complementary color
Monochromatic Colors of #C7ADD8
Black with #C7ADD8
Text Example
Text Example
White with #C7ADD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ADD8; }
p { color: rgb(199,173,216); }
H1.HeaderClassName
{
color: #C7ADD8;
}
.AnyTagClassName
{
color: #C7ADD8;
}
</style>
background-color css
<style>
a { background-color: #C7ADD8; }
a { background-color: rgb(199,173,216); }
div.DivClassName
{
background-color: #C7ADD8;
}
.BgClassName
{
background-color: #C7ADD8;
}
</style>
border-color css
<style>
span { border-color: #C7ADD8; }
span { border-color: rgb(199,173,216); }
td.TdClassName
{
border-color: #C7ADD8;
}
.TagClassName
{
border-color: #C7ADD8;
}
</style>