Shades of Prelude #C7B6D3
Tints of Prelude #C7B6D3
RGB
CMYK
RGB Variations
Color information
#C7B6D3 (or 0xC7B6D3) is known color: Prelude. HEX triplet: C7, B6 and D3. RGB value is (199,182,211). Sum of RGB (Red+Green+Blue) = 199+182+211=592 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.61% from 592); Green value is 182 (71.48% from 255 or 30.74% 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 #C7B6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B6D3 is #38492C. Grayscale: #BEBEBE. Windows color (decimal): -3688749 or 13874887. OLE color: 13874887.
HSL color Cylindrical-coordinate representation of color #C7B6D3: hue angle of 275.17º 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 #C7B6D3 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 182 | 211 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.17 |
| HSL | 275.17º | 0.25% | 0.77% | - |
| HSV(B) | 275.17º | 0.14% | 0.83% | - |
| XYZ | 52.04 | 50.3 | 68.59 | - |
| YUV | 190.39 | 139.63 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 182 | 211 | 0.06 | 0.14 | 0 | 0.17 | 275.17 | 0.25 | 0.77 |
| Hex | C7 | B6 | D3 | 6 | E | 0 | 11 | 113 | 19 | 4D |
| Octal | 307 | 266 | 323 | 6 | 16 | 0 | 21 | 423 | 31 | 115 |
| Binary | 11000111 | 10110110 | 11010011 | 110 | 1110 | 0 | 10001 | 100010011 | 11001 | 1001101 |
Color Harmonies of #C7B6D3
Complementary color
Monochromatic Colors of #C7B6D3
Black with #C7B6D3
Text Example
Text Example
White with #C7B6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B6D3; }
p { color: rgb(199,182,211); }
H1.HeaderClassName
{
color: #C7B6D3;
}
.AnyTagClassName
{
color: #C7B6D3;
}
</style>
background-color css
<style>
a { background-color: #C7B6D3; }
a { background-color: rgb(199,182,211); }
div.DivClassName
{
background-color: #C7B6D3;
}
.BgClassName
{
background-color: #C7B6D3;
}
</style>
border-color css
<style>
span { border-color: #C7B6D3; }
span { border-color: rgb(199,182,211); }
td.TdClassName
{
border-color: #C7B6D3;
}
.TagClassName
{
border-color: #C7B6D3;
}
</style>