Shades of Prelude #C8B0D3
Tints of Prelude #C8B0D3
RGB
CMYK
RGB Variations
Color information
#C8B0D3 (or 0xC8B0D3) is known color: Prelude. HEX triplet: C8, B0 and D3. RGB value is (200,176,211). Sum of RGB (Red+Green+Blue) = 200+176+211=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 211 - color contains mainly: blue. Hex color #C8B0D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B0D3 is #374F2C. Grayscale: #BBBBBB. Windows color (decimal): -3624749 or 13873352. OLE color: 13873352.
HSL color Cylindrical-coordinate representation of color #C8B0D3: hue angle of 281.14º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8B0D3 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 176 | 211 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.17 |
| HSL | 281.14º | 0.28% | 0.76% | - |
| HSV(B) | 281.14º | 0.17% | 0.83% | - |
| XYZ | 51.1 | 48.03 | 68.21 | - |
| YUV | 187.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 211 | 0.05 | 0.17 | 0 | 0.17 | 281.14 | 0.28 | 0.76 |
| Hex | C8 | B0 | D3 | 5 | 11 | 0 | 11 | 119 | 1C | 4C |
| Octal | 310 | 260 | 323 | 5 | 21 | 0 | 21 | 431 | 34 | 114 |
| Binary | 11001000 | 10110000 | 11010011 | 101 | 10001 | 0 | 10001 | 100011001 | 11100 | 1001100 |
Color Harmonies of #C8B0D3
Complementary color
Monochromatic Colors of #C8B0D3
Black with #C8B0D3
Text Example
Text Example
White with #C8B0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B0D3; }
p { color: rgb(200,176,211); }
H1.HeaderClassName
{
color: #C8B0D3;
}
.AnyTagClassName
{
color: #C8B0D3;
}
</style>
background-color css
<style>
a { background-color: #C8B0D3; }
a { background-color: rgb(200,176,211); }
div.DivClassName
{
background-color: #C8B0D3;
}
.BgClassName
{
background-color: #C8B0D3;
}
</style>
border-color css
<style>
span { border-color: #C8B0D3; }
span { border-color: rgb(200,176,211); }
td.TdClassName
{
border-color: #C8B0D3;
}
.TagClassName
{
border-color: #C8B0D3;
}
</style>