Shades of Prelude #C4ABCD
Tints of Prelude #C4ABCD
RGB
CMYK
RGB Variations
Color information
#C4ABCD (or 0xC4ABCD) is known color: Prelude. HEX triplet: C4, AB and CD. RGB value is (196,171,205). Sum of RGB (Red+Green+Blue) = 196+171+205=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #C4ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABCD is #3B5432. Grayscale: #B6B6B6. Windows color (decimal): -3888179 or 13478852. OLE color: 13478852.
HSL color Cylindrical-coordinate representation of color #C4ABCD: hue angle of 284.12º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4ABCD is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 171 | 205 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.20 |
| HSL | 284.12º | 0.25% | 0.74% | - |
| HSV(B) | 284.12º | 0.17% | 0.8% | - |
| XYZ | 48.35 | 45.27 | 63.95 | - |
| YUV | 182.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 205 | 0.04 | 0.17 | 0 | 0.20 | 284.12 | 0.25 | 0.74 |
| Hex | C4 | AB | CD | 4 | 11 | 0 | 14 | 11C | 19 | 4A |
| Octal | 304 | 253 | 315 | 4 | 21 | 0 | 24 | 434 | 31 | 112 |
| Binary | 11000100 | 10101011 | 11001101 | 100 | 10001 | 0 | 10100 | 100011100 | 11001 | 1001010 |
Color Harmonies of #C4ABCD
Complementary color
Monochromatic Colors of #C4ABCD
Black with #C4ABCD
Text Example
Text Example
White with #C4ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ABCD; }
p { color: rgb(196,171,205); }
H1.HeaderClassName
{
color: #C4ABCD;
}
.AnyTagClassName
{
color: #C4ABCD;
}
</style>
background-color css
<style>
a { background-color: #C4ABCD; }
a { background-color: rgb(196,171,205); }
div.DivClassName
{
background-color: #C4ABCD;
}
.BgClassName
{
background-color: #C4ABCD;
}
</style>
border-color css
<style>
span { border-color: #C4ABCD; }
span { border-color: rgb(196,171,205); }
td.TdClassName
{
border-color: #C4ABCD;
}
.TagClassName
{
border-color: #C4ABCD;
}
</style>