Shades of Prelude #C4AFC9
Tints of Prelude #C4AFC9
RGB
CMYK
RGB Variations
Color information
#C4AFC9 (or 0xC4AFC9) is known color: Prelude. HEX triplet: C4, AF and C9. RGB value is (196,175,201). Sum of RGB (Red+Green+Blue) = 196+175+201=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 201 - color contains mainly: blue. Hex color #C4AFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFC9 is #3B5036. Grayscale: #B8B8B8. Windows color (decimal): -3887159 or 13217732. OLE color: 13217732.
HSL color Cylindrical-coordinate representation of color #C4AFC9: hue angle of 288.46º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4AFC9 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 175 | 201 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.21 |
| HSL | 288.46º | 0.19% | 0.74% | - |
| HSV(B) | 288.46º | 0.13% | 0.79% | - |
| XYZ | 48.64 | 46.61 | 61.69 | - |
| YUV | 184.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 201 | 0.02 | 0.13 | 0 | 0.21 | 288.46 | 0.19 | 0.74 |
| Hex | C4 | AF | C9 | 2 | D | 0 | 15 | 120 | 13 | 4A |
| Octal | 304 | 257 | 311 | 2 | 15 | 0 | 25 | 440 | 23 | 112 |
| Binary | 11000100 | 10101111 | 11001001 | 10 | 1101 | 0 | 10101 | 100100000 | 10011 | 1001010 |
Color Harmonies of #C4AFC9
Complementary color
Monochromatic Colors of #C4AFC9
Black with #C4AFC9
Text Example
Text Example
White with #C4AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AFC9; }
p { color: rgb(196,175,201); }
H1.HeaderClassName
{
color: #C4AFC9;
}
.AnyTagClassName
{
color: #C4AFC9;
}
</style>
background-color css
<style>
a { background-color: #C4AFC9; }
a { background-color: rgb(196,175,201); }
div.DivClassName
{
background-color: #C4AFC9;
}
.BgClassName
{
background-color: #C4AFC9;
}
</style>
border-color css
<style>
span { border-color: #C4AFC9; }
span { border-color: rgb(196,175,201); }
td.TdClassName
{
border-color: #C4AFC9;
}
.TagClassName
{
border-color: #C4AFC9;
}
</style>