Shades of Prelude #C7B5CD
Tints of Prelude #C7B5CD
RGB
CMYK
RGB Variations
Color information
#C7B5CD (or 0xC7B5CD) is known color: Prelude. HEX triplet: C7, B5 and CD. RGB value is (199,181,205). Sum of RGB (Red+Green+Blue) = 199+181+205=585 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.02% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7B5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B5CD is #384A32. Grayscale: #BDBDBD. Windows color (decimal): -3689011 or 13481415. OLE color: 13481415.
HSL color Cylindrical-coordinate representation of color #C7B5CD: hue angle of 285º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7B5CD is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 199 | 181 | 205 | - |
CMYK | 0.03 | 0.12 | 0 | 0.20 |
HSL | 285º | 0.19% | 0.76% | - |
HSV(B) | 285º | 0.12% | 0.8% | - |
XYZ | 51.1 | 49.6 | 64.64 | - |
YUV | 189.12 | 136.96 | 135.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 181 | 205 | 0.03 | 0.12 | 0 | 0.20 | 285 | 0.19 | 0.76 |
Hex | C7 | B5 | CD | 3 | C | 0 | 14 | 11D | 13 | 4C |
Octal | 307 | 265 | 315 | 3 | 14 | 0 | 24 | 435 | 23 | 114 |
Binary | 11000111 | 10110101 | 11001101 | 11 | 1100 | 0 | 10100 | 100011101 | 10011 | 1001100 |
Color Harmonies of #C7B5CD
Complementary color
Monochromatic Colors of #C7B5CD
Black with #C7B5CD
Text Example
Text Example
White with #C7B5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B5CD; }
p { color: rgb(199,181,205); }
H1.HeaderClassName
{
color: #C7B5CD;
}
.AnyTagClassName
{
color: #C7B5CD;
}
</style>
background-color css
<style>
a { background-color: #C7B5CD; }
a { background-color: rgb(199,181,205); }
div.DivClassName
{
background-color: #C7B5CD;
}
.BgClassName
{
background-color: #C7B5CD;
}
</style>
border-color css
<style>
span { border-color: #C7B5CD; }
span { border-color: rgb(199,181,205); }
td.TdClassName
{
border-color: #C7B5CD;
}
.TagClassName
{
border-color: #C7B5CD;
}
</style>