Shades of Prelude #C7B9CD
Tints of Prelude #C7B9CD
RGB
CMYK
RGB Variations
Color information
#C7B9CD (or 0xC7B9CD) is known color: Prelude. HEX triplet: C7, B9 and CD. RGB value is (199,185,205). Sum of RGB (Red+Green+Blue) = 199+185+205=589 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.79% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7B9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B9CD is #384632. Grayscale: #BFBFBF. Windows color (decimal): -3687987 or 13482439. OLE color: 13482439.
HSL color Cylindrical-coordinate representation of color #C7B9CD: hue angle of 282º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7B9CD is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 199 | 185 | 205 | - |
CMYK | 0.03 | 0.10 | 0 | 0.20 |
HSL | 282º | 0.17% | 0.76% | - |
HSV(B) | 282º | 0.1% | 0.8% | - |
XYZ | 51.92 | 51.25 | 64.91 | - |
YUV | 191.47 | 135.64 | 133.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 185 | 205 | 0.03 | 0.10 | 0 | 0.20 | 282 | 0.17 | 0.76 |
Hex | C7 | B9 | CD | 3 | A | 0 | 14 | 11A | 11 | 4C |
Octal | 307 | 271 | 315 | 3 | 12 | 0 | 24 | 432 | 21 | 114 |
Binary | 11000111 | 10111001 | 11001101 | 11 | 1010 | 0 | 10100 | 100011010 | 10001 | 1001100 |
Color Harmonies of #C7B9CD
Complementary color
Monochromatic Colors of #C7B9CD
Black with #C7B9CD
Text Example
Text Example
White with #C7B9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B9CD; }
p { color: rgb(199,185,205); }
H1.HeaderClassName
{
color: #C7B9CD;
}
.AnyTagClassName
{
color: #C7B9CD;
}
</style>
background-color css
<style>
a { background-color: #C7B9CD; }
a { background-color: rgb(199,185,205); }
div.DivClassName
{
background-color: #C7B9CD;
}
.BgClassName
{
background-color: #C7B9CD;
}
</style>
border-color css
<style>
span { border-color: #C7B9CD; }
span { border-color: rgb(199,185,205); }
td.TdClassName
{
border-color: #C7B9CD;
}
.TagClassName
{
border-color: #C7B9CD;
}
</style>