Shades of Prelude #C7B8CE
Tints of Prelude #C7B8CE
RGB
CMYK
RGB Variations
Color information
#C7B8CE (or 0xC7B8CE) is known color: Prelude. HEX triplet: C7, B8 and CE. RGB value is (199,184,206). Sum of RGB (Red+Green+Blue) = 199+184+206=589 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.79% from 589); Green value is 184 (72.27% from 255 or 31.24% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7B8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B8CE is #384731. Grayscale: #BEBEBE. Windows color (decimal): -3688242 or 13547719. OLE color: 13547719.
HSL color Cylindrical-coordinate representation of color #C7B8CE: hue angle of 280.91º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7B8CE is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 184 | 206 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.19 |
| HSL | 280.91º | 0.18% | 0.76% | - |
| HSV(B) | 280.91º | 0.11% | 0.81% | - |
| XYZ | 51.83 | 50.88 | 65.48 | - |
| YUV | 190.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 184 | 206 | 0.03 | 0.11 | 0 | 0.19 | 280.91 | 0.18 | 0.76 |
| Hex | C7 | B8 | CE | 3 | B | 0 | 13 | 119 | 12 | 4C |
| Octal | 307 | 270 | 316 | 3 | 13 | 0 | 23 | 431 | 22 | 114 |
| Binary | 11000111 | 10111000 | 11001110 | 11 | 1011 | 0 | 10011 | 100011001 | 10010 | 1001100 |
Color Harmonies of #C7B8CE
Complementary color
Monochromatic Colors of #C7B8CE
Black with #C7B8CE
Text Example
Text Example
White with #C7B8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B8CE; }
p { color: rgb(199,184,206); }
H1.HeaderClassName
{
color: #C7B8CE;
}
.AnyTagClassName
{
color: #C7B8CE;
}
</style>
background-color css
<style>
a { background-color: #C7B8CE; }
a { background-color: rgb(199,184,206); }
div.DivClassName
{
background-color: #C7B8CE;
}
.BgClassName
{
background-color: #C7B8CE;
}
</style>
border-color css
<style>
span { border-color: #C7B8CE; }
span { border-color: rgb(199,184,206); }
td.TdClassName
{
border-color: #C7B8CE;
}
.TagClassName
{
border-color: #C7B8CE;
}
</style>