Shades of Prelude #C7ACCD
Tints of Prelude #C7ACCD
RGB
CMYK
RGB Variations
Color information
#C7ACCD (or 0xC7ACCD) is known color: Prelude. HEX triplet: C7, AC and CD. RGB value is (199,172,205). Sum of RGB (Red+Green+Blue) = 199+172+205=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACCD is #385332. Grayscale: #B7B7B7. Windows color (decimal): -3691315 or 13479111. OLE color: 13479111.
HSL color Cylindrical-coordinate representation of color #C7ACCD: hue angle of 289.09º degrees, saturation: 0.25, 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 #C7ACCD is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 199 | 172 | 205 | - |
CMYK | 0.03 | 0.16 | 0 | 0.20 |
HSL | 289.09º | 0.25% | 0.74% | - |
HSV(B) | 289.09º | 0.16% | 0.8% | - |
XYZ | 49.33 | 46.05 | 64.05 | - |
YUV | 183.84 | 139.95 | 138.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 172 | 205 | 0.03 | 0.16 | 0 | 0.20 | 289.09 | 0.25 | 0.74 |
Hex | C7 | AC | CD | 3 | 10 | 0 | 14 | 121 | 19 | 4A |
Octal | 307 | 254 | 315 | 3 | 20 | 0 | 24 | 441 | 31 | 112 |
Binary | 11000111 | 10101100 | 11001101 | 11 | 10000 | 0 | 10100 | 100100001 | 11001 | 1001010 |
Color Harmonies of #C7ACCD
Complementary color
Monochromatic Colors of #C7ACCD
Black with #C7ACCD
Text Example
Text Example
White with #C7ACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ACCD; }
p { color: rgb(199,172,205); }
H1.HeaderClassName
{
color: #C7ACCD;
}
.AnyTagClassName
{
color: #C7ACCD;
}
</style>
background-color css
<style>
a { background-color: #C7ACCD; }
a { background-color: rgb(199,172,205); }
div.DivClassName
{
background-color: #C7ACCD;
}
.BgClassName
{
background-color: #C7ACCD;
}
</style>
border-color css
<style>
span { border-color: #C7ACCD; }
span { border-color: rgb(199,172,205); }
td.TdClassName
{
border-color: #C7ACCD;
}
.TagClassName
{
border-color: #C7ACCD;
}
</style>