Shades of Prelude #C4ABCB
Tints of Prelude #C4ABCB
RGB
CMYK
RGB Variations
Color information
#C4ABCB (or 0xC4ABCB) is known color: Prelude. HEX triplet: C4, AB and CB. RGB value is (196,171,203). Sum of RGB (Red+Green+Blue) = 196+171+203=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4ABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABCB is #3B5434. Grayscale: #B6B6B6. Windows color (decimal): -3888181 or 13347780. OLE color: 13347780.
HSL color Cylindrical-coordinate representation of color #C4ABCB: hue angle of 286.88º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4ABCB is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 171 | 203 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.20 |
| HSL | 286.88º | 0.24% | 0.73% | - |
| HSV(B) | 286.88º | 0.16% | 0.8% | - |
| XYZ | 48.11 | 45.17 | 62.68 | - |
| YUV | 182.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 203 | 0.03 | 0.16 | 0 | 0.20 | 286.88 | 0.24 | 0.73 |
| Hex | C4 | AB | CB | 3 | 10 | 0 | 14 | 11F | 18 | 49 |
| Octal | 304 | 253 | 313 | 3 | 20 | 0 | 24 | 437 | 30 | 111 |
| Binary | 11000100 | 10101011 | 11001011 | 11 | 10000 | 0 | 10100 | 100011111 | 11000 | 1001001 |
Color Harmonies of #C4ABCB
Complementary color
Monochromatic Colors of #C4ABCB
Black with #C4ABCB
Text Example
Text Example
White with #C4ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ABCB; }
p { color: rgb(196,171,203); }
H1.HeaderClassName
{
color: #C4ABCB;
}
.AnyTagClassName
{
color: #C4ABCB;
}
</style>
background-color css
<style>
a { background-color: #C4ABCB; }
a { background-color: rgb(196,171,203); }
div.DivClassName
{
background-color: #C4ABCB;
}
.BgClassName
{
background-color: #C4ABCB;
}
</style>
border-color css
<style>
span { border-color: #C4ABCB; }
span { border-color: rgb(196,171,203); }
td.TdClassName
{
border-color: #C4ABCB;
}
.TagClassName
{
border-color: #C4ABCB;
}
</style>