Shades of Prelude #C8B8D5
Tints of Prelude #C8B8D5
RGB
CMYK
RGB Variations
Color information
#C8B8D5 (or 0xC8B8D5) is known color: Prelude. HEX triplet: C8, B8 and D5. RGB value is (200,184,213). Sum of RGB (Red+Green+Blue) = 200+184+213=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 184 (72.27% from 255 or 30.82% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 213 - color contains mainly: blue. Hex color #C8B8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B8D5 is #37472A. Grayscale: #BFBFBF. Windows color (decimal): -3622699 or 14006472. OLE color: 14006472.
HSL color Cylindrical-coordinate representation of color #C8B8D5: hue angle of 273.1º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8B8D5 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 184 | 213 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.16 |
| HSL | 273.1º | 0.26% | 0.78% | - |
| HSV(B) | 273.1º | 0.14% | 0.84% | - |
| XYZ | 52.97 | 51.36 | 70.07 | - |
| YUV | 192.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 184 | 213 | 0.06 | 0.14 | 0 | 0.16 | 273.1 | 0.26 | 0.78 |
| Hex | C8 | B8 | D5 | 6 | E | 0 | 10 | 111 | 1A | 4E |
| Octal | 310 | 270 | 325 | 6 | 16 | 0 | 20 | 421 | 32 | 116 |
| Binary | 11001000 | 10111000 | 11010101 | 110 | 1110 | 0 | 10000 | 100010001 | 11010 | 1001110 |
Color Harmonies of #C8B8D5
Complementary color
Monochromatic Colors of #C8B8D5
Black with #C8B8D5
Text Example
Text Example
White with #C8B8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B8D5; }
p { color: rgb(200,184,213); }
H1.HeaderClassName
{
color: #C8B8D5;
}
.AnyTagClassName
{
color: #C8B8D5;
}
</style>
background-color css
<style>
a { background-color: #C8B8D5; }
a { background-color: rgb(200,184,213); }
div.DivClassName
{
background-color: #C8B8D5;
}
.BgClassName
{
background-color: #C8B8D5;
}
</style>
border-color css
<style>
span { border-color: #C8B8D5; }
span { border-color: rgb(200,184,213); }
td.TdClassName
{
border-color: #C8B8D5;
}
.TagClassName
{
border-color: #C8B8D5;
}
</style>