Shades of Prelude #C2B1CF
Tints of Prelude #C2B1CF
RGB
CMYK
RGB Variations
Color information
#C2B1CF (or 0xC2B1CF) is known color: Prelude. HEX triplet: C2, B1 and CF. RGB value is (194,177,207). Sum of RGB (Red+Green+Blue) = 194+177+207=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2B1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B1CF is #3D4E30. Grayscale: #B9B9B9. Windows color (decimal): -4017713 or 13611458. OLE color: 13611458.
HSL color Cylindrical-coordinate representation of color #C2B1CF: hue angle of 274º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2B1CF is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 177 | 207 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.19 |
| HSL | 274º | 0.24% | 0.75% | - |
| HSV(B) | 274º | 0.14% | 0.81% | - |
| XYZ | 49.23 | 47.42 | 65.59 | - |
| YUV | 185.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 177 | 207 | 0.06 | 0.14 | 0 | 0.19 | 274 | 0.24 | 0.75 |
| Hex | C2 | B1 | CF | 6 | E | 0 | 13 | 112 | 18 | 4B |
| Octal | 302 | 261 | 317 | 6 | 16 | 0 | 23 | 422 | 30 | 113 |
| Binary | 11000010 | 10110001 | 11001111 | 110 | 1110 | 0 | 10011 | 100010010 | 11000 | 1001011 |
Color Harmonies of #C2B1CF
Complementary color
Monochromatic Colors of #C2B1CF
Black with #C2B1CF
Text Example
Text Example
White with #C2B1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B1CF; }
p { color: rgb(194,177,207); }
H1.HeaderClassName
{
color: #C2B1CF;
}
.AnyTagClassName
{
color: #C2B1CF;
}
</style>
background-color css
<style>
a { background-color: #C2B1CF; }
a { background-color: rgb(194,177,207); }
div.DivClassName
{
background-color: #C2B1CF;
}
.BgClassName
{
background-color: #C2B1CF;
}
</style>
border-color css
<style>
span { border-color: #C2B1CF; }
span { border-color: rgb(194,177,207); }
td.TdClassName
{
border-color: #C2B1CF;
}
.TagClassName
{
border-color: #C2B1CF;
}
</style>