Shades of Prelude #C7ADCC
Tints of Prelude #C7ADCC
RGB
CMYK
RGB Variations
Color information
#C7ADCC (or 0xC7ADCC) is known color: Prelude. HEX triplet: C7, AD and CC. RGB value is (199,173,204). Sum of RGB (Red+Green+Blue) = 199+173+204=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: blue. Hex color #C7ADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADCC is #385233. Grayscale: #B8B8B8. Windows color (decimal): -3691060 or 13413831. OLE color: 13413831.
HSL color Cylindrical-coordinate representation of color #C7ADCC: hue angle of 290.32º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7ADCC is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 173 | 204 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.2 |
| HSL | 290.32º | 0.23% | 0.74% | - |
| HSV(B) | 290.32º | 0.15% | 0.8% | - |
| XYZ | 49.4 | 46.39 | 63.48 | - |
| YUV | 184.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 204 | 0.02 | 0.15 | 0 | 0.2 | 290.32 | 0.23 | 0.74 |
| Hex | C7 | AD | CC | 2 | F | 0 | 14 | 122 | 17 | 4A |
| Octal | 307 | 255 | 314 | 2 | 17 | 0 | 24 | 442 | 27 | 112 |
| Binary | 11000111 | 10101101 | 11001100 | 10 | 1111 | 0 | 10100 | 100100010 | 10111 | 1001010 |
Color Harmonies of #C7ADCC
Complementary color
Monochromatic Colors of #C7ADCC
Black with #C7ADCC
Text Example
Text Example
White with #C7ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ADCC; }
p { color: rgb(199,173,204); }
H1.HeaderClassName
{
color: #C7ADCC;
}
.AnyTagClassName
{
color: #C7ADCC;
}
</style>
background-color css
<style>
a { background-color: #C7ADCC; }
a { background-color: rgb(199,173,204); }
div.DivClassName
{
background-color: #C7ADCC;
}
.BgClassName
{
background-color: #C7ADCC;
}
</style>
border-color css
<style>
span { border-color: #C7ADCC; }
span { border-color: rgb(199,173,204); }
td.TdClassName
{
border-color: #C7ADCC;
}
.TagClassName
{
border-color: #C7ADCC;
}
</style>