Shades of Prelude #C7ADCD
Tints of Prelude #C7ADCD
RGB
CMYK
RGB Variations
Color information
#C7ADCD (or 0xC7ADCD) is known color: Prelude. HEX triplet: C7, AD and CD. RGB value is (199,173,205). Sum of RGB (Red+Green+Blue) = 199+173+205=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADCD is #385232. Grayscale: #B8B8B8. Windows color (decimal): -3691059 or 13479367. OLE color: 13479367.
HSL color Cylindrical-coordinate representation of color #C7ADCD: hue angle of 288.75º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7ADCD is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 199 | 173 | 205 | - |
CMYK | 0.03 | 0.16 | 0 | 0.20 |
HSL | 288.75º | 0.24% | 0.74% | - |
HSV(B) | 288.75º | 0.16% | 0.8% | - |
XYZ | 49.52 | 46.44 | 64.11 | - |
YUV | 184.42 | 139.61 | 138.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 173 | 205 | 0.03 | 0.16 | 0 | 0.20 | 288.75 | 0.24 | 0.74 |
Hex | C7 | AD | CD | 3 | 10 | 0 | 14 | 121 | 18 | 4A |
Octal | 307 | 255 | 315 | 3 | 20 | 0 | 24 | 441 | 30 | 112 |
Binary | 11000111 | 10101101 | 11001101 | 11 | 10000 | 0 | 10100 | 100100001 | 11000 | 1001010 |
Color Harmonies of #C7ADCD
Complementary color
Monochromatic Colors of #C7ADCD
Black with #C7ADCD
Text Example
Text Example
White with #C7ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ADCD; }
p { color: rgb(199,173,205); }
H1.HeaderClassName
{
color: #C7ADCD;
}
.AnyTagClassName
{
color: #C7ADCD;
}
</style>
background-color css
<style>
a { background-color: #C7ADCD; }
a { background-color: rgb(199,173,205); }
div.DivClassName
{
background-color: #C7ADCD;
}
.BgClassName
{
background-color: #C7ADCD;
}
</style>
border-color css
<style>
span { border-color: #C7ADCD; }
span { border-color: rgb(199,173,205); }
td.TdClassName
{
border-color: #C7ADCD;
}
.TagClassName
{
border-color: #C7ADCD;
}
</style>