Shades of Prelude #C4ABCF
Tints of Prelude #C4ABCF
RGB
CMYK
RGB Variations
Color information
#C4ABCF (or 0xC4ABCF) is known color: Prelude. HEX triplet: C4, AB and CF. RGB value is (196,171,207). Sum of RGB (Red+Green+Blue) = 196+171+207=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #C4ABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABCF is #3B5430. Grayscale: #B6B6B6. Windows color (decimal): -3888177 or 13609924. OLE color: 13609924.
HSL color Cylindrical-coordinate representation of color #C4ABCF: hue angle of 281.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4ABCF is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 171 | 207 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.19 |
| HSL | 281.67º | 0.27% | 0.74% | - |
| HSV(B) | 281.67º | 0.17% | 0.81% | - |
| XYZ | 48.59 | 45.37 | 65.23 | - |
| YUV | 182.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 207 | 0.05 | 0.17 | 0 | 0.19 | 281.67 | 0.27 | 0.74 |
| Hex | C4 | AB | CF | 5 | 11 | 0 | 13 | 11A | 1B | 4A |
| Octal | 304 | 253 | 317 | 5 | 21 | 0 | 23 | 432 | 33 | 112 |
| Binary | 11000100 | 10101011 | 11001111 | 101 | 10001 | 0 | 10011 | 100011010 | 11011 | 1001010 |
Color Harmonies of #C4ABCF
Complementary color
Monochromatic Colors of #C4ABCF
Black with #C4ABCF
Text Example
Text Example
White with #C4ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ABCF; }
p { color: rgb(196,171,207); }
H1.HeaderClassName
{
color: #C4ABCF;
}
.AnyTagClassName
{
color: #C4ABCF;
}
</style>
background-color css
<style>
a { background-color: #C4ABCF; }
a { background-color: rgb(196,171,207); }
div.DivClassName
{
background-color: #C4ABCF;
}
.BgClassName
{
background-color: #C4ABCF;
}
</style>
border-color css
<style>
span { border-color: #C4ABCF; }
span { border-color: rgb(196,171,207); }
td.TdClassName
{
border-color: #C4ABCF;
}
.TagClassName
{
border-color: #C4ABCF;
}
</style>