Shades of Prelude #C2B0CF
Tints of Prelude #C2B0CF
RGB
CMYK
RGB Variations
Color information
#C2B0CF (or 0xC2B0CF) is known color: Prelude. HEX triplet: C2, B0 and CF. RGB value is (194,176,207). Sum of RGB (Red+Green+Blue) = 194+176+207=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2B0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B0CF is #3D4F30. Grayscale: #B8B8B8. Windows color (decimal): -4017969 or 13611202. OLE color: 13611202.
HSL color Cylindrical-coordinate representation of color #C2B0CF: hue angle of 274.84º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2B0CF is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 176 | 207 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.19 |
| HSL | 274.84º | 0.24% | 0.75% | - |
| HSV(B) | 274.84º | 0.15% | 0.81% | - |
| XYZ | 49.04 | 47.03 | 65.52 | - |
| YUV | 184.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 207 | 0.06 | 0.15 | 0 | 0.19 | 274.84 | 0.24 | 0.75 |
| Hex | C2 | B0 | CF | 6 | F | 0 | 13 | 113 | 18 | 4B |
| Octal | 302 | 260 | 317 | 6 | 17 | 0 | 23 | 423 | 30 | 113 |
| Binary | 11000010 | 10110000 | 11001111 | 110 | 1111 | 0 | 10011 | 100010011 | 11000 | 1001011 |
Color Harmonies of #C2B0CF
Complementary color
Monochromatic Colors of #C2B0CF
Black with #C2B0CF
Text Example
Text Example
White with #C2B0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B0CF; }
p { color: rgb(194,176,207); }
H1.HeaderClassName
{
color: #C2B0CF;
}
.AnyTagClassName
{
color: #C2B0CF;
}
</style>
background-color css
<style>
a { background-color: #C2B0CF; }
a { background-color: rgb(194,176,207); }
div.DivClassName
{
background-color: #C2B0CF;
}
.BgClassName
{
background-color: #C2B0CF;
}
</style>
border-color css
<style>
span { border-color: #C2B0CF; }
span { border-color: rgb(194,176,207); }
td.TdClassName
{
border-color: #C2B0CF;
}
.TagClassName
{
border-color: #C2B0CF;
}
</style>