Shades of Prelude #C7B1CD
Tints of Prelude #C7B1CD
RGB
CMYK
RGB Variations
Color information
#C7B1CD (or 0xC7B1CD) is known color: Prelude. HEX triplet: C7, B1 and CD. RGB value is (199,177,205). Sum of RGB (Red+Green+Blue) = 199+177+205=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7B1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B1CD is #384E32. Grayscale: #BABABA. Windows color (decimal): -3690035 or 13480391. OLE color: 13480391.
HSL color Cylindrical-coordinate representation of color #C7B1CD: hue angle of 287.14º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7B1CD is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 177 | 205 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.20 |
| HSL | 287.14º | 0.22% | 0.75% | - |
| HSV(B) | 287.14º | 0.14% | 0.8% | - |
| XYZ | 50.29 | 47.99 | 64.37 | - |
| YUV | 186.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 205 | 0.03 | 0.14 | 0 | 0.20 | 287.14 | 0.22 | 0.75 |
| Hex | C7 | B1 | CD | 3 | E | 0 | 14 | 11F | 16 | 4B |
| Octal | 307 | 261 | 315 | 3 | 16 | 0 | 24 | 437 | 26 | 113 |
| Binary | 11000111 | 10110001 | 11001101 | 11 | 1110 | 0 | 10100 | 100011111 | 10110 | 1001011 |
Color Harmonies of #C7B1CD
Complementary color
Monochromatic Colors of #C7B1CD
Black with #C7B1CD
Text Example
Text Example
White with #C7B1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B1CD; }
p { color: rgb(199,177,205); }
H1.HeaderClassName
{
color: #C7B1CD;
}
.AnyTagClassName
{
color: #C7B1CD;
}
</style>
background-color css
<style>
a { background-color: #C7B1CD; }
a { background-color: rgb(199,177,205); }
div.DivClassName
{
background-color: #C7B1CD;
}
.BgClassName
{
background-color: #C7B1CD;
}
</style>
border-color css
<style>
span { border-color: #C7B1CD; }
span { border-color: rgb(199,177,205); }
td.TdClassName
{
border-color: #C7B1CD;
}
.TagClassName
{
border-color: #C7B1CD;
}
</style>