Shades of Prelude #C7AECC
Tints of Prelude #C7AECC
RGB
CMYK
RGB Variations
Color information
#C7AECC (or 0xC7AECC) is known color: Prelude. HEX triplet: C7, AE and CC. RGB value is (199,174,204). Sum of RGB (Red+Green+Blue) = 199+174+204=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #C7AECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AECC is #385133. Grayscale: #B8B8B8. Windows color (decimal): -3690804 or 13414087. OLE color: 13414087.
HSL color Cylindrical-coordinate representation of color #C7AECC: hue angle of 290º 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 #C7AECC is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 199 | 174 | 204 | - |
CMYK | 0.02 | 0.15 | 0 | 0.2 |
HSL | 290º | 0.23% | 0.74% | - |
HSV(B) | 290º | 0.15% | 0.8% | - |
XYZ | 49.59 | 46.77 | 63.54 | - |
YUV | 184.9 | 138.78 | 138.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 174 | 204 | 0.02 | 0.15 | 0 | 0.2 | 290 | 0.23 | 0.74 |
Hex | C7 | AE | CC | 2 | F | 0 | 14 | 122 | 17 | 4A |
Octal | 307 | 256 | 314 | 2 | 17 | 0 | 24 | 442 | 27 | 112 |
Binary | 11000111 | 10101110 | 11001100 | 10 | 1111 | 0 | 10100 | 100100010 | 10111 | 1001010 |
Color Harmonies of #C7AECC
Complementary color
Monochromatic Colors of #C7AECC
Black with #C7AECC
Text Example
Text Example
White with #C7AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AECC; }
p { color: rgb(199,174,204); }
H1.HeaderClassName
{
color: #C7AECC;
}
.AnyTagClassName
{
color: #C7AECC;
}
</style>
background-color css
<style>
a { background-color: #C7AECC; }
a { background-color: rgb(199,174,204); }
div.DivClassName
{
background-color: #C7AECC;
}
.BgClassName
{
background-color: #C7AECC;
}
</style>
border-color css
<style>
span { border-color: #C7AECC; }
span { border-color: rgb(199,174,204); }
td.TdClassName
{
border-color: #C7AECC;
}
.TagClassName
{
border-color: #C7AECC;
}
</style>