Shades of Prelude #C2ABCC
Tints of Prelude #C2ABCC
RGB
CMYK
RGB Variations
Color information
#C2ABCC (or 0xC2ABCC) is known color: Prelude. HEX triplet: C2, AB and CC. RGB value is (194,171,204). Sum of RGB (Red+Green+Blue) = 194+171+204=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABCC is #3D5433. Grayscale: #B5B5B5. Windows color (decimal): -4019252 or 13413314. OLE color: 13413314.
HSL color Cylindrical-coordinate representation of color #C2ABCC: hue angle of 281.82º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2ABCC is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 171 | 204 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.2 |
| HSL | 281.82º | 0.24% | 0.74% | - |
| HSV(B) | 281.82º | 0.16% | 0.8% | - |
| XYZ | 47.71 | 44.95 | 63.29 | - |
| YUV | 181.64 | 140.62 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 204 | 0.05 | 0.16 | 0 | 0.2 | 281.82 | 0.24 | 0.74 |
| Hex | C2 | AB | CC | 5 | 10 | 0 | 14 | 11A | 18 | 4A |
| Octal | 302 | 253 | 314 | 5 | 20 | 0 | 24 | 432 | 30 | 112 |
| Binary | 11000010 | 10101011 | 11001100 | 101 | 10000 | 0 | 10100 | 100011010 | 11000 | 1001010 |
Color Harmonies of #C2ABCC
Complementary color
Monochromatic Colors of #C2ABCC
Black with #C2ABCC
Text Example
Text Example
White with #C2ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABCC; }
p { color: rgb(194,171,204); }
H1.HeaderClassName
{
color: #C2ABCC;
}
.AnyTagClassName
{
color: #C2ABCC;
}
</style>
background-color css
<style>
a { background-color: #C2ABCC; }
a { background-color: rgb(194,171,204); }
div.DivClassName
{
background-color: #C2ABCC;
}
.BgClassName
{
background-color: #C2ABCC;
}
</style>
border-color css
<style>
span { border-color: #C2ABCC; }
span { border-color: rgb(194,171,204); }
td.TdClassName
{
border-color: #C2ABCC;
}
.TagClassName
{
border-color: #C2ABCC;
}
</style>