Shades of Prelude #C8B8D0
Tints of Prelude #C8B8D0
RGB
CMYK
RGB Variations
Color information
#C8B8D0 (or 0xC8B8D0) is known color: Prelude. HEX triplet: C8, B8 and D0. RGB value is (200,184,208). Sum of RGB (Red+Green+Blue) = 200+184+208=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 184 (72.27% from 255 or 31.08% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 208 - color contains mainly: blue. Hex color #C8B8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B8D0 is #37472F. Grayscale: #BFBFBF. Windows color (decimal): -3622704 or 13678792. OLE color: 13678792.
HSL color Cylindrical-coordinate representation of color #C8B8D0: hue angle of 280º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8B8D0 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 184 | 208 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.18 |
| HSL | 280º | 0.2% | 0.77% | - |
| HSV(B) | 280º | 0.12% | 0.82% | - |
| XYZ | 52.35 | 51.11 | 66.78 | - |
| YUV | 191.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 184 | 208 | 0.04 | 0.12 | 0 | 0.18 | 280 | 0.2 | 0.77 |
| Hex | C8 | B8 | D0 | 4 | C | 0 | 12 | 118 | 14 | 4D |
| Octal | 310 | 270 | 320 | 4 | 14 | 0 | 22 | 430 | 24 | 115 |
| Binary | 11001000 | 10111000 | 11010000 | 100 | 1100 | 0 | 10010 | 100011000 | 10100 | 1001101 |
Color Harmonies of #C8B8D0
Complementary color
Monochromatic Colors of #C8B8D0
Black with #C8B8D0
Text Example
Text Example
White with #C8B8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B8D0; }
p { color: rgb(200,184,208); }
H1.HeaderClassName
{
color: #C8B8D0;
}
.AnyTagClassName
{
color: #C8B8D0;
}
</style>
background-color css
<style>
a { background-color: #C8B8D0; }
a { background-color: rgb(200,184,208); }
div.DivClassName
{
background-color: #C8B8D0;
}
.BgClassName
{
background-color: #C8B8D0;
}
</style>
border-color css
<style>
span { border-color: #C8B8D0; }
span { border-color: rgb(200,184,208); }
td.TdClassName
{
border-color: #C8B8D0;
}
.TagClassName
{
border-color: #C8B8D0;
}
</style>