Shades of Prelude #C8B5D3
Tints of Prelude #C8B5D3
RGB
CMYK
RGB Variations
Color information
#C8B5D3 (or 0xC8B5D3) is known color: Prelude. HEX triplet: C8, B5 and D3. RGB value is (200,181,211). Sum of RGB (Red+Green+Blue) = 200+181+211=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 211 - color contains mainly: blue. Hex color #C8B5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B5D3 is #374A2C. Grayscale: #BEBEBE. Windows color (decimal): -3623469 or 13874632. OLE color: 13874632.
HSL color Cylindrical-coordinate representation of color #C8B5D3: hue angle of 278º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8B5D3 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 181 | 211 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.17 |
| HSL | 278º | 0.25% | 0.77% | - |
| HSV(B) | 278º | 0.14% | 0.83% | - |
| XYZ | 52.1 | 50.03 | 68.54 | - |
| YUV | 190.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 211 | 0.05 | 0.14 | 0 | 0.17 | 278 | 0.25 | 0.77 |
| Hex | C8 | B5 | D3 | 5 | E | 0 | 11 | 116 | 19 | 4D |
| Octal | 310 | 265 | 323 | 5 | 16 | 0 | 21 | 426 | 31 | 115 |
| Binary | 11001000 | 10110101 | 11010011 | 101 | 1110 | 0 | 10001 | 100010110 | 11001 | 1001101 |
Color Harmonies of #C8B5D3
Complementary color
Monochromatic Colors of #C8B5D3
Black with #C8B5D3
Text Example
Text Example
White with #C8B5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B5D3; }
p { color: rgb(200,181,211); }
H1.HeaderClassName
{
color: #C8B5D3;
}
.AnyTagClassName
{
color: #C8B5D3;
}
</style>
background-color css
<style>
a { background-color: #C8B5D3; }
a { background-color: rgb(200,181,211); }
div.DivClassName
{
background-color: #C8B5D3;
}
.BgClassName
{
background-color: #C8B5D3;
}
</style>
border-color css
<style>
span { border-color: #C8B5D3; }
span { border-color: rgb(200,181,211); }
td.TdClassName
{
border-color: #C8B5D3;
}
.TagClassName
{
border-color: #C8B5D3;
}
</style>