Shades of Prelude #C7BECD
Tints of Prelude #C7BECD
RGB
CMYK
RGB Variations
Color information
#C7BECD (or 0xC7BECD) is known color: Prelude. HEX triplet: C7, BE and CD. RGB value is (199,190,205). Sum of RGB (Red+Green+Blue) = 199+190+205=594 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.50% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7BECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BECD is #384132. Grayscale: #C2C2C2. Windows color (decimal): -3686707 or 13483719. OLE color: 13483719.
HSL color Cylindrical-coordinate representation of color #C7BECD: hue angle of 276º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7BECD is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 199 | 190 | 205 | - |
CMYK | 0.03 | 0.07 | 0 | 0.20 |
HSL | 276º | 0.13% | 0.77% | - |
HSV(B) | 276º | 0.07% | 0.8% | - |
XYZ | 52.99 | 53.38 | 65.27 | - |
YUV | 194.4 | 133.98 | 131.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 190 | 205 | 0.03 | 0.07 | 0 | 0.20 | 276 | 0.13 | 0.77 |
Hex | C7 | BE | CD | 3 | 7 | 0 | 14 | 114 | D | 4D |
Octal | 307 | 276 | 315 | 3 | 7 | 0 | 24 | 424 | 15 | 115 |
Binary | 11000111 | 10111110 | 11001101 | 11 | 111 | 0 | 10100 | 100010100 | 1101 | 1001101 |
Color Harmonies of #C7BECD
Complementary color
Monochromatic Colors of #C7BECD
Black with #C7BECD
Text Example
Text Example
White with #C7BECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BECD; }
p { color: rgb(199,190,205); }
H1.HeaderClassName
{
color: #C7BECD;
}
.AnyTagClassName
{
color: #C7BECD;
}
</style>
background-color css
<style>
a { background-color: #C7BECD; }
a { background-color: rgb(199,190,205); }
div.DivClassName
{
background-color: #C7BECD;
}
.BgClassName
{
background-color: #C7BECD;
}
</style>
border-color css
<style>
span { border-color: #C7BECD; }
span { border-color: rgb(199,190,205); }
td.TdClassName
{
border-color: #C7BECD;
}
.TagClassName
{
border-color: #C7BECD;
}
</style>