Shades of Prelude #C2B1CA
Tints of Prelude #C2B1CA
RGB
CMYK
RGB Variations
Color information
#C2B1CA (or 0xC2B1CA) is known color: Prelude. HEX triplet: C2, B1 and CA. RGB value is (194,177,202). Sum of RGB (Red+Green+Blue) = 194+177+202=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2B1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B1CA is #3D4E35. Grayscale: #B8B8B8. Windows color (decimal): -4017718 or 13283778. OLE color: 13283778.
HSL color Cylindrical-coordinate representation of color #C2B1CA: hue angle of 280.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2B1CA is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 177 | 202 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.21 |
| HSL | 280.8º | 0.19% | 0.74% | - |
| HSV(B) | 280.8º | 0.12% | 0.79% | - |
| XYZ | 48.63 | 47.18 | 62.42 | - |
| YUV | 184.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 202 | 0.04 | 0.12 | 0 | 0.21 | 280.8 | 0.19 | 0.74 |
| Hex | C2 | B1 | CA | 4 | C | 0 | 15 | 119 | 13 | 4A |
| Octal | 302 | 261 | 312 | 4 | 14 | 0 | 25 | 431 | 23 | 112 |
| Binary | 11000010 | 10110001 | 11001010 | 100 | 1100 | 0 | 10101 | 100011001 | 10011 | 1001010 |
Color Harmonies of #C2B1CA
Complementary color
Monochromatic Colors of #C2B1CA
Black with #C2B1CA
Text Example
Text Example
White with #C2B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B1CA; }
p { color: rgb(194,177,202); }
H1.HeaderClassName
{
color: #C2B1CA;
}
.AnyTagClassName
{
color: #C2B1CA;
}
</style>
background-color css
<style>
a { background-color: #C2B1CA; }
a { background-color: rgb(194,177,202); }
div.DivClassName
{
background-color: #C2B1CA;
}
.BgClassName
{
background-color: #C2B1CA;
}
</style>
border-color css
<style>
span { border-color: #C2B1CA; }
span { border-color: rgb(194,177,202); }
td.TdClassName
{
border-color: #C2B1CA;
}
.TagClassName
{
border-color: #C2B1CA;
}
</style>