Shades of Prelude #C2A8CB
Tints of Prelude #C2A8CB
RGB
CMYK
RGB Variations
Color information
#C2A8CB (or 0xC2A8CB) is known color: Prelude. HEX triplet: C2, A8 and CB. RGB value is (194,168,203). Sum of RGB (Red+Green+Blue) = 194+168+203=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2A8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A8CB is #3D5734. Grayscale: #B3B3B3. Windows color (decimal): -4020021 or 13347010. OLE color: 13347010.
HSL color Cylindrical-coordinate representation of color #C2A8CB: hue angle of 284.57º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2A8CB is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 168 | 203 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.20 |
| HSL | 284.57º | 0.25% | 0.73% | - |
| HSV(B) | 284.57º | 0.17% | 0.8% | - |
| XYZ | 47.03 | 43.79 | 62.47 | - |
| YUV | 179.76 | 141.11 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 203 | 0.04 | 0.17 | 0 | 0.20 | 284.57 | 0.25 | 0.73 |
| Hex | C2 | A8 | CB | 4 | 11 | 0 | 14 | 11D | 19 | 49 |
| Octal | 302 | 250 | 313 | 4 | 21 | 0 | 24 | 435 | 31 | 111 |
| Binary | 11000010 | 10101000 | 11001011 | 100 | 10001 | 0 | 10100 | 100011101 | 11001 | 1001001 |
Color Harmonies of #C2A8CB
Complementary color
Monochromatic Colors of #C2A8CB
Black with #C2A8CB
Text Example
Text Example
White with #C2A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A8CB; }
p { color: rgb(194,168,203); }
H1.HeaderClassName
{
color: #C2A8CB;
}
.AnyTagClassName
{
color: #C2A8CB;
}
</style>
background-color css
<style>
a { background-color: #C2A8CB; }
a { background-color: rgb(194,168,203); }
div.DivClassName
{
background-color: #C2A8CB;
}
.BgClassName
{
background-color: #C2A8CB;
}
</style>
border-color css
<style>
span { border-color: #C2A8CB; }
span { border-color: rgb(194,168,203); }
td.TdClassName
{
border-color: #C2A8CB;
}
.TagClassName
{
border-color: #C2A8CB;
}
</style>