Shades of Prelude #C2ABCB
Tints of Prelude #C2ABCB
RGB
CMYK
RGB Variations
Color information
#C2ABCB (or 0xC2ABCB) is known color: Prelude. HEX triplet: C2, AB and CB. RGB value is (194,171,203). Sum of RGB (Red+Green+Blue) = 194+171+203=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2ABCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABCB is #3D5434. Grayscale: #B5B5B5. Windows color (decimal): -4019253 or 13347778. OLE color: 13347778.
HSL color Cylindrical-coordinate representation of color #C2ABCB: hue angle of 283.12º 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 #C2ABCB is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 171 | 203 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.20 |
| HSL | 283.13º | 0.24% | 0.73% | - |
| HSV(B) | 283.13º | 0.16% | 0.8% | - |
| XYZ | 47.59 | 44.91 | 62.66 | - |
| YUV | 181.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 203 | 0.04 | 0.16 | 0 | 0.20 | 283.13 | 0.24 | 0.73 |
| Hex | C2 | AB | CB | 4 | 10 | 0 | 14 | 11B | 18 | 49 |
| Octal | 302 | 253 | 313 | 4 | 20 | 0 | 24 | 433 | 30 | 111 |
| Binary | 11000010 | 10101011 | 11001011 | 100 | 10000 | 0 | 10100 | 100011011 | 11000 | 1001001 |
Color Harmonies of #C2ABCB
Complementary color
Monochromatic Colors of #C2ABCB
Black with #C2ABCB
Text Example
Text Example
White with #C2ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABCB; }
p { color: rgb(194,171,203); }
H1.HeaderClassName
{
color: #C2ABCB;
}
.AnyTagClassName
{
color: #C2ABCB;
}
</style>
background-color css
<style>
a { background-color: #C2ABCB; }
a { background-color: rgb(194,171,203); }
div.DivClassName
{
background-color: #C2ABCB;
}
.BgClassName
{
background-color: #C2ABCB;
}
</style>
border-color css
<style>
span { border-color: #C2ABCB; }
span { border-color: rgb(194,171,203); }
td.TdClassName
{
border-color: #C2ABCB;
}
.TagClassName
{
border-color: #C2ABCB;
}
</style>