Shades of Prelude #C8BDCF
Tints of Prelude #C8BDCF
RGB
CMYK
RGB Variations
Color information
#C8BDCF (or 0xC8BDCF) is known color: Prelude. HEX triplet: C8, BD and CF. RGB value is (200,189,207). Sum of RGB (Red+Green+Blue) = 200+189+207=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDCF is #374230. Grayscale: #C2C2C2. Windows color (decimal): -3621425 or 13614536. OLE color: 13614536.
HSL color Cylindrical-coordinate representation of color #C8BDCF: hue angle of 276.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8BDCF is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 189 | 207 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.19 |
| HSL | 276.67º | 0.16% | 0.78% | - |
| HSV(B) | 276.67º | 0.09% | 0.81% | - |
| XYZ | 53.28 | 53.18 | 66.49 | - |
| YUV | 194.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 207 | 0.03 | 0.09 | 0 | 0.19 | 276.67 | 0.16 | 0.78 |
| Hex | C8 | BD | CF | 3 | 9 | 0 | 13 | 115 | 10 | 4E |
| Octal | 310 | 275 | 317 | 3 | 11 | 0 | 23 | 425 | 20 | 116 |
| Binary | 11001000 | 10111101 | 11001111 | 11 | 1001 | 0 | 10011 | 100010101 | 10000 | 1001110 |
Color Harmonies of #C8BDCF
Complementary color
Monochromatic Colors of #C8BDCF
Black with #C8BDCF
Text Example
Text Example
White with #C8BDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDCF; }
p { color: rgb(200,189,207); }
H1.HeaderClassName
{
color: #C8BDCF;
}
.AnyTagClassName
{
color: #C8BDCF;
}
</style>
background-color css
<style>
a { background-color: #C8BDCF; }
a { background-color: rgb(200,189,207); }
div.DivClassName
{
background-color: #C8BDCF;
}
.BgClassName
{
background-color: #C8BDCF;
}
</style>
border-color css
<style>
span { border-color: #C8BDCF; }
span { border-color: rgb(200,189,207); }
td.TdClassName
{
border-color: #C8BDCF;
}
.TagClassName
{
border-color: #C8BDCF;
}
</style>