Shades of Prelude #C8B1D0
Tints of Prelude #C8B1D0
RGB
CMYK
RGB Variations
Color information
#C8B1D0 (or 0xC8B1D0) is known color: Prelude. HEX triplet: C8, B1 and D0. RGB value is (200,177,208). Sum of RGB (Red+Green+Blue) = 200+177+208=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #C8B1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B1D0 is #374E2F. Grayscale: #BBBBBB. Windows color (decimal): -3624496 or 13677000. OLE color: 13677000.
HSL color Cylindrical-coordinate representation of color #C8B1D0: hue angle of 284.52º 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 #C8B1D0 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 177 | 208 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.18 |
| HSL | 284.52º | 0.25% | 0.75% | - |
| HSV(B) | 284.52º | 0.15% | 0.82% | - |
| XYZ | 50.93 | 48.28 | 66.31 | - |
| YUV | 187.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 208 | 0.04 | 0.15 | 0 | 0.18 | 284.52 | 0.25 | 0.75 |
| Hex | C8 | B1 | D0 | 4 | F | 0 | 12 | 11D | 19 | 4B |
| Octal | 310 | 261 | 320 | 4 | 17 | 0 | 22 | 435 | 31 | 113 |
| Binary | 11001000 | 10110001 | 11010000 | 100 | 1111 | 0 | 10010 | 100011101 | 11001 | 1001011 |
Color Harmonies of #C8B1D0
Complementary color
Monochromatic Colors of #C8B1D0
Black with #C8B1D0
Text Example
Text Example
White with #C8B1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B1D0; }
p { color: rgb(200,177,208); }
H1.HeaderClassName
{
color: #C8B1D0;
}
.AnyTagClassName
{
color: #C8B1D0;
}
</style>
background-color css
<style>
a { background-color: #C8B1D0; }
a { background-color: rgb(200,177,208); }
div.DivClassName
{
background-color: #C8B1D0;
}
.BgClassName
{
background-color: #C8B1D0;
}
</style>
border-color css
<style>
span { border-color: #C8B1D0; }
span { border-color: rgb(200,177,208); }
td.TdClassName
{
border-color: #C8B1D0;
}
.TagClassName
{
border-color: #C8B1D0;
}
</style>