Shades of Prelude #C7BBCD
Tints of Prelude #C7BBCD
RGB
CMYK
RGB Variations
Color information
#C7BBCD (or 0xC7BBCD) is known color: Prelude. HEX triplet: C7, BB and CD. RGB value is (199,187,205). Sum of RGB (Red+Green+Blue) = 199+187+205=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBCD is #384432. Grayscale: #C0C0C0. Windows color (decimal): -3687475 or 13482951. OLE color: 13482951.
HSL color Cylindrical-coordinate representation of color #C7BBCD: hue angle of 280º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7BBCD is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 199 | 187 | 205 | - |
CMYK | 0.03 | 0.09 | 0 | 0.20 |
HSL | 280º | 0.15% | 0.77% | - |
HSV(B) | 280º | 0.09% | 0.8% | - |
XYZ | 52.34 | 52.09 | 65.05 | - |
YUV | 192.64 | 134.98 | 132.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 187 | 205 | 0.03 | 0.09 | 0 | 0.20 | 280 | 0.15 | 0.77 |
Hex | C7 | BB | CD | 3 | 9 | 0 | 14 | 118 | F | 4D |
Octal | 307 | 273 | 315 | 3 | 11 | 0 | 24 | 430 | 17 | 115 |
Binary | 11000111 | 10111011 | 11001101 | 11 | 1001 | 0 | 10100 | 100011000 | 1111 | 1001101 |
Color Harmonies of #C7BBCD
Complementary color
Monochromatic Colors of #C7BBCD
Black with #C7BBCD
Text Example
Text Example
White with #C7BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBCD; }
p { color: rgb(199,187,205); }
H1.HeaderClassName
{
color: #C7BBCD;
}
.AnyTagClassName
{
color: #C7BBCD;
}
</style>
background-color css
<style>
a { background-color: #C7BBCD; }
a { background-color: rgb(199,187,205); }
div.DivClassName
{
background-color: #C7BBCD;
}
.BgClassName
{
background-color: #C7BBCD;
}
</style>
border-color css
<style>
span { border-color: #C7BBCD; }
span { border-color: rgb(199,187,205); }
td.TdClassName
{
border-color: #C7BBCD;
}
.TagClassName
{
border-color: #C7BBCD;
}
</style>