Shades of Prelude #C4AED1
Tints of Prelude #C4AED1
RGB
CMYK
RGB Variations
Color information
#C4AED1 (or 0xC4AED1) is known color: Prelude. HEX triplet: C4, AE and D1. RGB value is (196,174,209). Sum of RGB (Red+Green+Blue) = 196+174+209=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 209 - color contains mainly: blue. Hex color #C4AED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AED1 is #3B512E. Grayscale: #B8B8B8. Windows color (decimal): -3887407 or 13741764. OLE color: 13741764.
HSL color Cylindrical-coordinate representation of color #C4AED1: hue angle of 277.71º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4AED1 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 196 | 174 | 209 | - |
CMYK | 0.06 | 0.17 | 0 | 0.18 |
HSL | 277.71º | 0.28% | 0.75% | - |
HSV(B) | 277.71º | 0.17% | 0.82% | - |
XYZ | 49.41 | 46.61 | 66.71 | - |
YUV | 184.57 | 141.79 | 136.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 174 | 209 | 0.06 | 0.17 | 0 | 0.18 | 277.71 | 0.28 | 0.75 |
Hex | C4 | AE | D1 | 6 | 11 | 0 | 12 | 116 | 1C | 4B |
Octal | 304 | 256 | 321 | 6 | 21 | 0 | 22 | 426 | 34 | 113 |
Binary | 11000100 | 10101110 | 11010001 | 110 | 10001 | 0 | 10010 | 100010110 | 11100 | 1001011 |
Color Harmonies of #C4AED1
Complementary color
Monochromatic Colors of #C4AED1
Black with #C4AED1
Text Example
Text Example
White with #C4AED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AED1; }
p { color: rgb(196,174,209); }
H1.HeaderClassName
{
color: #C4AED1;
}
.AnyTagClassName
{
color: #C4AED1;
}
</style>
background-color css
<style>
a { background-color: #C4AED1; }
a { background-color: rgb(196,174,209); }
div.DivClassName
{
background-color: #C4AED1;
}
.BgClassName
{
background-color: #C4AED1;
}
</style>
border-color css
<style>
span { border-color: #C4AED1; }
span { border-color: rgb(196,174,209); }
td.TdClassName
{
border-color: #C4AED1;
}
.TagClassName
{
border-color: #C4AED1;
}
</style>