Shades of Prelude #C7B1D0
Tints of Prelude #C7B1D0
RGB
CMYK
RGB Variations
Color information
#C7B1D0 (or 0xC7B1D0) is known color: Prelude. HEX triplet: C7, B1 and D0. RGB value is (199,177,208). Sum of RGB (Red+Green+Blue) = 199+177+208=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #C7B1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B1D0 is #384E2F. Grayscale: #BBBBBB. Windows color (decimal): -3690032 or 13676999. OLE color: 13676999.
HSL color Cylindrical-coordinate representation of color #C7B1D0: hue angle of 282.58º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7B1D0 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 177 | 208 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.18 |
| HSL | 282.58º | 0.25% | 0.75% | - |
| HSV(B) | 282.58º | 0.15% | 0.82% | - |
| XYZ | 50.66 | 48.14 | 66.3 | - |
| YUV | 187.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 208 | 0.04 | 0.15 | 0 | 0.18 | 282.58 | 0.25 | 0.75 |
| Hex | C7 | B1 | D0 | 4 | F | 0 | 12 | 11B | 19 | 4B |
| Octal | 307 | 261 | 320 | 4 | 17 | 0 | 22 | 433 | 31 | 113 |
| Binary | 11000111 | 10110001 | 11010000 | 100 | 1111 | 0 | 10010 | 100011011 | 11001 | 1001011 |
Color Harmonies of #C7B1D0
Complementary color
Monochromatic Colors of #C7B1D0
Black with #C7B1D0
Text Example
Text Example
White with #C7B1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B1D0; }
p { color: rgb(199,177,208); }
H1.HeaderClassName
{
color: #C7B1D0;
}
.AnyTagClassName
{
color: #C7B1D0;
}
</style>
background-color css
<style>
a { background-color: #C7B1D0; }
a { background-color: rgb(199,177,208); }
div.DivClassName
{
background-color: #C7B1D0;
}
.BgClassName
{
background-color: #C7B1D0;
}
</style>
border-color css
<style>
span { border-color: #C7B1D0; }
span { border-color: rgb(199,177,208); }
td.TdClassName
{
border-color: #C7B1D0;
}
.TagClassName
{
border-color: #C7B1D0;
}
</style>