Shades of Prelude #C7B5D3
Tints of Prelude #C7B5D3
RGB
CMYK
RGB Variations
Color information
#C7B5D3 (or 0xC7B5D3) is known color: Prelude. HEX triplet: C7, B5 and D3. RGB value is (199,181,211). Sum of RGB (Red+Green+Blue) = 199+181+211=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 211 - color contains mainly: blue. Hex color #C7B5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B5D3 is #384A2C. Grayscale: #BDBDBD. Windows color (decimal): -3689005 or 13874631. OLE color: 13874631.
HSL color Cylindrical-coordinate representation of color #C7B5D3: hue angle of 276º 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 #C7B5D3 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 181 | 211 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.17 |
| HSL | 276º | 0.25% | 0.77% | - |
| HSV(B) | 276º | 0.14% | 0.83% | - |
| XYZ | 51.83 | 49.89 | 68.53 | - |
| YUV | 189.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 181 | 211 | 0.06 | 0.14 | 0 | 0.17 | 276 | 0.25 | 0.77 |
| Hex | C7 | B5 | D3 | 6 | E | 0 | 11 | 114 | 19 | 4D |
| Octal | 307 | 265 | 323 | 6 | 16 | 0 | 21 | 424 | 31 | 115 |
| Binary | 11000111 | 10110101 | 11010011 | 110 | 1110 | 0 | 10001 | 100010100 | 11001 | 1001101 |
Color Harmonies of #C7B5D3
Complementary color
Monochromatic Colors of #C7B5D3
Black with #C7B5D3
Text Example
Text Example
White with #C7B5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B5D3; }
p { color: rgb(199,181,211); }
H1.HeaderClassName
{
color: #C7B5D3;
}
.AnyTagClassName
{
color: #C7B5D3;
}
</style>
background-color css
<style>
a { background-color: #C7B5D3; }
a { background-color: rgb(199,181,211); }
div.DivClassName
{
background-color: #C7B5D3;
}
.BgClassName
{
background-color: #C7B5D3;
}
</style>
border-color css
<style>
span { border-color: #C7B5D3; }
span { border-color: rgb(199,181,211); }
td.TdClassName
{
border-color: #C7B5D3;
}
.TagClassName
{
border-color: #C7B5D3;
}
</style>