Shades of Prelude #C8B2D9
Tints of Prelude #C8B2D9
RGB
CMYK
RGB Variations
Color information
#C8B2D9 (or 0xC8B2D9) is known color: Prelude. HEX triplet: C8, B2 and D9. RGB value is (200,178,217). Sum of RGB (Red+Green+Blue) = 200+178+217=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 217 - color contains mainly: blue. Hex color #C8B2D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B2D9 is #374D26. Grayscale: #BCBCBC. Windows color (decimal): -3624231 or 14267080. OLE color: 14267080.
HSL color Cylindrical-coordinate representation of color #C8B2D9: hue angle of 273.85º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8B2D9 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 178 | 217 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.15 |
| HSL | 273.85º | 0.34% | 0.77% | - |
| HSV(B) | 273.85º | 0.18% | 0.85% | - |
| XYZ | 52.26 | 49.13 | 72.37 | - |
| YUV | 189.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 178 | 217 | 0.08 | 0.18 | 0 | 0.15 | 273.85 | 0.34 | 0.77 |
| Hex | C8 | B2 | D9 | 8 | 12 | 0 | F | 112 | 22 | 4D |
| Octal | 310 | 262 | 331 | 10 | 22 | 0 | 17 | 422 | 42 | 115 |
| Binary | 11001000 | 10110010 | 11011001 | 1000 | 10010 | 0 | 1111 | 100010010 | 100010 | 1001101 |
Color Harmonies of #C8B2D9
Complementary color
Monochromatic Colors of #C8B2D9
Black with #C8B2D9
Text Example
Text Example
White with #C8B2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B2D9; }
p { color: rgb(200,178,217); }
H1.HeaderClassName
{
color: #C8B2D9;
}
.AnyTagClassName
{
color: #C8B2D9;
}
</style>
background-color css
<style>
a { background-color: #C8B2D9; }
a { background-color: rgb(200,178,217); }
div.DivClassName
{
background-color: #C8B2D9;
}
.BgClassName
{
background-color: #C8B2D9;
}
</style>
border-color css
<style>
span { border-color: #C8B2D9; }
span { border-color: rgb(200,178,217); }
td.TdClassName
{
border-color: #C8B2D9;
}
.TagClassName
{
border-color: #C8B2D9;
}
</style>