Shades of Prelude #C7ACCF
Tints of Prelude #C7ACCF
RGB
CMYK
RGB Variations
Color information
#C7ACCF (or 0xC7ACCF) is known color: Prelude. HEX triplet: C7, AC and CF. RGB value is (199,172,207). Sum of RGB (Red+Green+Blue) = 199+172+207=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7ACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACCF is #385330. Grayscale: #B7B7B7. Windows color (decimal): -3691313 or 13610183. OLE color: 13610183.
HSL color Cylindrical-coordinate representation of color #C7ACCF: hue angle of 286.29º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7ACCF is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 172 | 207 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.19 |
| HSL | 286.29º | 0.27% | 0.74% | - |
| HSV(B) | 286.29º | 0.17% | 0.81% | - |
| XYZ | 49.57 | 46.15 | 65.33 | - |
| YUV | 184.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 172 | 207 | 0.04 | 0.17 | 0 | 0.19 | 286.29 | 0.27 | 0.74 |
| Hex | C7 | AC | CF | 4 | 11 | 0 | 13 | 11E | 1B | 4A |
| Octal | 307 | 254 | 317 | 4 | 21 | 0 | 23 | 436 | 33 | 112 |
| Binary | 11000111 | 10101100 | 11001111 | 100 | 10001 | 0 | 10011 | 100011110 | 11011 | 1001010 |
Color Harmonies of #C7ACCF
Complementary color
Monochromatic Colors of #C7ACCF
Black with #C7ACCF
Text Example
Text Example
White with #C7ACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ACCF; }
p { color: rgb(199,172,207); }
H1.HeaderClassName
{
color: #C7ACCF;
}
.AnyTagClassName
{
color: #C7ACCF;
}
</style>
background-color css
<style>
a { background-color: #C7ACCF; }
a { background-color: rgb(199,172,207); }
div.DivClassName
{
background-color: #C7ACCF;
}
.BgClassName
{
background-color: #C7ACCF;
}
</style>
border-color css
<style>
span { border-color: #C7ACCF; }
span { border-color: rgb(199,172,207); }
td.TdClassName
{
border-color: #C7ACCF;
}
.TagClassName
{
border-color: #C7ACCF;
}
</style>