Shades of Prelude #C7ADD5
Tints of Prelude #C7ADD5
RGB
CMYK
RGB Variations
Color information
#C7ADD5 (or 0xC7ADD5) is known color: Prelude. HEX triplet: C7, AD and D5. RGB value is (199,173,213). Sum of RGB (Red+Green+Blue) = 199+173+213=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 213 - color contains mainly: blue. Hex color #C7ADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADD5 is #38522A. Grayscale: #B9B9B9. Windows color (decimal): -3691051 or 14003655. OLE color: 14003655.
HSL color Cylindrical-coordinate representation of color #C7ADD5: hue angle of 279º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7ADD5 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 173 | 213 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.16 |
| HSL | 279º | 0.32% | 0.76% | - |
| HSV(B) | 279º | 0.19% | 0.84% | - |
| XYZ | 50.51 | 46.83 | 69.33 | - |
| YUV | 185.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 213 | 0.07 | 0.19 | 0 | 0.16 | 279 | 0.32 | 0.76 |
| Hex | C7 | AD | D5 | 7 | 13 | 0 | 10 | 117 | 20 | 4C |
| Octal | 307 | 255 | 325 | 7 | 23 | 0 | 20 | 427 | 40 | 114 |
| Binary | 11000111 | 10101101 | 11010101 | 111 | 10011 | 0 | 10000 | 100010111 | 100000 | 1001100 |
Color Harmonies of #C7ADD5
Complementary color
Monochromatic Colors of #C7ADD5
Black with #C7ADD5
Text Example
Text Example
White with #C7ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ADD5; }
p { color: rgb(199,173,213); }
H1.HeaderClassName
{
color: #C7ADD5;
}
.AnyTagClassName
{
color: #C7ADD5;
}
</style>
background-color css
<style>
a { background-color: #C7ADD5; }
a { background-color: rgb(199,173,213); }
div.DivClassName
{
background-color: #C7ADD5;
}
.BgClassName
{
background-color: #C7ADD5;
}
</style>
border-color css
<style>
span { border-color: #C7ADD5; }
span { border-color: rgb(199,173,213); }
td.TdClassName
{
border-color: #C7ADD5;
}
.TagClassName
{
border-color: #C7ADD5;
}
</style>