Shades of Prelude #C4A8CF
Tints of Prelude #C4A8CF
RGB
CMYK
RGB Variations
Color information
#C4A8CF (or 0xC4A8CF) is known color: Prelude. HEX triplet: C4, A8 and CF. RGB value is (196,168,207). Sum of RGB (Red+Green+Blue) = 196+168+207=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 168 (66.02% from 255 or 29.42% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #C4A8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A8CF is #3B5730. Grayscale: #B4B4B4. Windows color (decimal): -3888945 or 13609156. OLE color: 13609156.
HSL color Cylindrical-coordinate representation of color #C4A8CF: hue angle of 283.08º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4A8CF is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 196 | 168 | 207 | - |
CMYK | 0.05 | 0.19 | 0 | 0.19 |
HSL | 283.08º | 0.29% | 0.74% | - |
HSV(B) | 283.08º | 0.19% | 0.81% | - |
XYZ | 48.03 | 44.25 | 65.04 | - |
YUV | 180.82 | 142.78 | 138.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 168 | 207 | 0.05 | 0.19 | 0 | 0.19 | 283.08 | 0.29 | 0.74 |
Hex | C4 | A8 | CF | 5 | 13 | 0 | 13 | 11B | 1D | 4A |
Octal | 304 | 250 | 317 | 5 | 23 | 0 | 23 | 433 | 35 | 112 |
Binary | 11000100 | 10101000 | 11001111 | 101 | 10011 | 0 | 10011 | 100011011 | 11101 | 1001010 |
Color Harmonies of #C4A8CF
Complementary color
Monochromatic Colors of #C4A8CF
Black with #C4A8CF
Text Example
Text Example
White with #C4A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A8CF; }
p { color: rgb(196,168,207); }
H1.HeaderClassName
{
color: #C4A8CF;
}
.AnyTagClassName
{
color: #C4A8CF;
}
</style>
background-color css
<style>
a { background-color: #C4A8CF; }
a { background-color: rgb(196,168,207); }
div.DivClassName
{
background-color: #C4A8CF;
}
.BgClassName
{
background-color: #C4A8CF;
}
</style>
border-color css
<style>
span { border-color: #C4A8CF; }
span { border-color: rgb(196,168,207); }
td.TdClassName
{
border-color: #C4A8CF;
}
.TagClassName
{
border-color: #C4A8CF;
}
</style>