Shades of Prelude #C7B2CF
Tints of Prelude #C7B2CF
RGB
CMYK
RGB Variations
Color information
#C7B2CF (or 0xC7B2CF) is known color: Prelude. HEX triplet: C7, B2 and CF. RGB value is (199,178,207). Sum of RGB (Red+Green+Blue) = 199+178+207=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7B2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B2CF is #384D30. Grayscale: #BBBBBB. Windows color (decimal): -3689777 or 13611719. OLE color: 13611719.
HSL color Cylindrical-coordinate representation of color #C7B2CF: hue angle of 283.45º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7B2CF is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 178 | 207 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.19 |
| HSL | 283.45º | 0.23% | 0.75% | - |
| HSV(B) | 283.45º | 0.14% | 0.81% | - |
| XYZ | 50.74 | 48.49 | 65.72 | - |
| YUV | 187.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 207 | 0.04 | 0.14 | 0 | 0.19 | 283.45 | 0.23 | 0.75 |
| Hex | C7 | B2 | CF | 4 | E | 0 | 13 | 11B | 17 | 4B |
| Octal | 307 | 262 | 317 | 4 | 16 | 0 | 23 | 433 | 27 | 113 |
| Binary | 11000111 | 10110010 | 11001111 | 100 | 1110 | 0 | 10011 | 100011011 | 10111 | 1001011 |
Color Harmonies of #C7B2CF
Complementary color
Monochromatic Colors of #C7B2CF
Black with #C7B2CF
Text Example
Text Example
White with #C7B2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B2CF; }
p { color: rgb(199,178,207); }
H1.HeaderClassName
{
color: #C7B2CF;
}
.AnyTagClassName
{
color: #C7B2CF;
}
</style>
background-color css
<style>
a { background-color: #C7B2CF; }
a { background-color: rgb(199,178,207); }
div.DivClassName
{
background-color: #C7B2CF;
}
.BgClassName
{
background-color: #C7B2CF;
}
</style>
border-color css
<style>
span { border-color: #C7B2CF; }
span { border-color: rgb(199,178,207); }
td.TdClassName
{
border-color: #C7B2CF;
}
.TagClassName
{
border-color: #C7B2CF;
}
</style>