Shades of Prelude #C7B1CF
Tints of Prelude #C7B1CF
RGB
CMYK
RGB Variations
Color information
#C7B1CF (or 0xC7B1CF) is known color: Prelude. HEX triplet: C7, B1 and CF. RGB value is (199,177,207). Sum of RGB (Red+Green+Blue) = 199+177+207=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7B1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B1CF is #384E30. Grayscale: #BABABA. Windows color (decimal): -3690033 or 13611463. OLE color: 13611463.
HSL color Cylindrical-coordinate representation of color #C7B1CF: hue angle of 284º 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 #C7B1CF is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 177 | 207 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.19 |
| HSL | 284º | 0.24% | 0.75% | - |
| HSV(B) | 284º | 0.14% | 0.81% | - |
| XYZ | 50.54 | 48.09 | 65.65 | - |
| YUV | 187 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 207 | 0.04 | 0.14 | 0 | 0.19 | 284 | 0.24 | 0.75 |
| Hex | C7 | B1 | CF | 4 | E | 0 | 13 | 11C | 18 | 4B |
| Octal | 307 | 261 | 317 | 4 | 16 | 0 | 23 | 434 | 30 | 113 |
| Binary | 11000111 | 10110001 | 11001111 | 100 | 1110 | 0 | 10011 | 100011100 | 11000 | 1001011 |
Color Harmonies of #C7B1CF
Complementary color
Monochromatic Colors of #C7B1CF
Black with #C7B1CF
Text Example
Text Example
White with #C7B1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B1CF; }
p { color: rgb(199,177,207); }
H1.HeaderClassName
{
color: #C7B1CF;
}
.AnyTagClassName
{
color: #C7B1CF;
}
</style>
background-color css
<style>
a { background-color: #C7B1CF; }
a { background-color: rgb(199,177,207); }
div.DivClassName
{
background-color: #C7B1CF;
}
.BgClassName
{
background-color: #C7B1CF;
}
</style>
border-color css
<style>
span { border-color: #C7B1CF; }
span { border-color: rgb(199,177,207); }
td.TdClassName
{
border-color: #C7B1CF;
}
.TagClassName
{
border-color: #C7B1CF;
}
</style>