Shades of Prelude #C4AECC
Tints of Prelude #C4AECC
RGB
CMYK
RGB Variations
Color information
#C4AECC (or 0xC4AECC) is known color: Prelude. HEX triplet: C4, AE and CC. RGB value is (196,174,204). Sum of RGB (Red+Green+Blue) = 196+174+204=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 204 - color contains mainly: blue. Hex color #C4AECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AECC is #3B5133. Grayscale: #B7B7B7. Windows color (decimal): -3887412 or 13414084. OLE color: 13414084.
HSL color Cylindrical-coordinate representation of color #C4AECC: hue angle of 284º 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 #C4AECC is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 174 | 204 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.2 |
| HSL | 284º | 0.23% | 0.74% | - |
| HSV(B) | 284º | 0.15% | 0.8% | - |
| XYZ | 48.8 | 46.37 | 63.5 | - |
| YUV | 184 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 204 | 0.04 | 0.15 | 0 | 0.2 | 284 | 0.23 | 0.74 |
| Hex | C4 | AE | CC | 4 | F | 0 | 14 | 11C | 17 | 4A |
| Octal | 304 | 256 | 314 | 4 | 17 | 0 | 24 | 434 | 27 | 112 |
| Binary | 11000100 | 10101110 | 11001100 | 100 | 1111 | 0 | 10100 | 100011100 | 10111 | 1001010 |
Color Harmonies of #C4AECC
Complementary color
Monochromatic Colors of #C4AECC
Black with #C4AECC
Text Example
Text Example
White with #C4AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AECC; }
p { color: rgb(196,174,204); }
H1.HeaderClassName
{
color: #C4AECC;
}
.AnyTagClassName
{
color: #C4AECC;
}
</style>
background-color css
<style>
a { background-color: #C4AECC; }
a { background-color: rgb(196,174,204); }
div.DivClassName
{
background-color: #C4AECC;
}
.BgClassName
{
background-color: #C4AECC;
}
</style>
border-color css
<style>
span { border-color: #C4AECC; }
span { border-color: rgb(196,174,204); }
td.TdClassName
{
border-color: #C4AECC;
}
.TagClassName
{
border-color: #C4AECC;
}
</style>