Shades of Prelude #C8B6CA
Tints of Prelude #C8B6CA
RGB
CMYK
RGB Variations
Color information
#C8B6CA (or 0xC8B6CA) is known color: Prelude. HEX triplet: C8, B6 and CA. RGB value is (200,182,202). Sum of RGB (Red+Green+Blue) = 200+182+202=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 182 (71.48% from 255 or 31.16% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8B6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B6CA is #374935. Grayscale: #BDBDBD. Windows color (decimal): -3623222 or 13285064. OLE color: 13285064.
HSL color Cylindrical-coordinate representation of color #C8B6CA: hue angle of 294º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8B6CA is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 182 | 202 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.21 |
| HSL | 294º | 0.16% | 0.75% | - |
| HSV(B) | 294º | 0.1% | 0.79% | - |
| XYZ | 51.21 | 50 | 62.83 | - |
| YUV | 189.66 | 134.96 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 182 | 202 | 0.01 | 0.10 | 0 | 0.21 | 294 | 0.16 | 0.75 |
| Hex | C8 | B6 | CA | 1 | A | 0 | 15 | 126 | 10 | 4B |
| Octal | 310 | 266 | 312 | 1 | 12 | 0 | 25 | 446 | 20 | 113 |
| Binary | 11001000 | 10110110 | 11001010 | 1 | 1010 | 0 | 10101 | 100100110 | 10000 | 1001011 |
Color Harmonies of #C8B6CA
Complementary color
Monochromatic Colors of #C8B6CA
Black with #C8B6CA
Text Example
Text Example
White with #C8B6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B6CA; }
p { color: rgb(200,182,202); }
H1.HeaderClassName
{
color: #C8B6CA;
}
.AnyTagClassName
{
color: #C8B6CA;
}
</style>
background-color css
<style>
a { background-color: #C8B6CA; }
a { background-color: rgb(200,182,202); }
div.DivClassName
{
background-color: #C8B6CA;
}
.BgClassName
{
background-color: #C8B6CA;
}
</style>
border-color css
<style>
span { border-color: #C8B6CA; }
span { border-color: rgb(200,182,202); }
td.TdClassName
{
border-color: #C8B6CA;
}
.TagClassName
{
border-color: #C8B6CA;
}
</style>