Shades of Prelude #C4AECF
Tints of Prelude #C4AECF
RGB
CMYK
RGB Variations
Color information
#C4AECF (or 0xC4AECF) is known color: Prelude. HEX triplet: C4, AE and CF. RGB value is (196,174,207). Sum of RGB (Red+Green+Blue) = 196+174+207=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #C4AECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AECF is #3B5130. Grayscale: #B8B8B8. Windows color (decimal): -3887409 or 13610692. OLE color: 13610692.
HSL color Cylindrical-coordinate representation of color #C4AECF: hue angle of 280º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4AECF is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 174 | 207 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.19 |
| HSL | 280º | 0.26% | 0.75% | - |
| HSV(B) | 280º | 0.16% | 0.81% | - |
| XYZ | 49.16 | 46.51 | 65.42 | - |
| YUV | 184.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 207 | 0.05 | 0.16 | 0 | 0.19 | 280 | 0.26 | 0.75 |
| Hex | C4 | AE | CF | 5 | 10 | 0 | 13 | 118 | 1A | 4B |
| Octal | 304 | 256 | 317 | 5 | 20 | 0 | 23 | 430 | 32 | 113 |
| Binary | 11000100 | 10101110 | 11001111 | 101 | 10000 | 0 | 10011 | 100011000 | 11010 | 1001011 |
Color Harmonies of #C4AECF
Complementary color
Monochromatic Colors of #C4AECF
Black with #C4AECF
Text Example
Text Example
White with #C4AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AECF; }
p { color: rgb(196,174,207); }
H1.HeaderClassName
{
color: #C4AECF;
}
.AnyTagClassName
{
color: #C4AECF;
}
</style>
background-color css
<style>
a { background-color: #C4AECF; }
a { background-color: rgb(196,174,207); }
div.DivClassName
{
background-color: #C4AECF;
}
.BgClassName
{
background-color: #C4AECF;
}
</style>
border-color css
<style>
span { border-color: #C4AECF; }
span { border-color: rgb(196,174,207); }
td.TdClassName
{
border-color: #C4AECF;
}
.TagClassName
{
border-color: #C4AECF;
}
</style>