Shades of Prelude #CFBBD7
Tints of Prelude #CFBBD7
RGB
CMYK
RGB Variations
Color information
#CFBBD7 (or 0xCFBBD7) is known color: Prelude. HEX triplet: CF, BB and D7. RGB value is (207,187,215). Sum of RGB (Red+Green+Blue) = 207+187+215=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFBBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBD7 is #304428. Grayscale: #C4C4C4. Windows color (decimal): -3163177 or 14138319. OLE color: 14138319.
HSL color Cylindrical-coordinate representation of color #CFBBD7: hue angle of 282.86º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFBBD7 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 187 | 215 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.16 |
| HSL | 282.86º | 0.26% | 0.79% | - |
| HSV(B) | 282.86º | 0.13% | 0.84% | - |
| XYZ | 55.77 | 53.71 | 71.72 | - |
| YUV | 196.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 215 | 0.04 | 0.13 | 0 | 0.16 | 282.86 | 0.26 | 0.79 |
| Hex | CF | BB | D7 | 4 | D | 0 | 10 | 11B | 1A | 4F |
| Octal | 317 | 273 | 327 | 4 | 15 | 0 | 20 | 433 | 32 | 117 |
| Binary | 11001111 | 10111011 | 11010111 | 100 | 1101 | 0 | 10000 | 100011011 | 11010 | 1001111 |
Color Harmonies of #CFBBD7
Complementary color
Monochromatic Colors of #CFBBD7
Black with #CFBBD7
Text Example
Text Example
White with #CFBBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBD7; }
p { color: rgb(207,187,215); }
H1.HeaderClassName
{
color: #CFBBD7;
}
.AnyTagClassName
{
color: #CFBBD7;
}
</style>
background-color css
<style>
a { background-color: #CFBBD7; }
a { background-color: rgb(207,187,215); }
div.DivClassName
{
background-color: #CFBBD7;
}
.BgClassName
{
background-color: #CFBBD7;
}
</style>
border-color css
<style>
span { border-color: #CFBBD7; }
span { border-color: rgb(207,187,215); }
td.TdClassName
{
border-color: #CFBBD7;
}
.TagClassName
{
border-color: #CFBBD7;
}
</style>