Shades of Prelude #CFBCD8
Tints of Prelude #CFBCD8
RGB
CMYK
RGB Variations
Color information
#CFBCD8 (or 0xCFBCD8) is known color: Prelude. HEX triplet: CF, BC and D8. RGB value is (207,188,216). Sum of RGB (Red+Green+Blue) = 207+188+216=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFBCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCD8 is #304327. Grayscale: #C4C4C4. Windows color (decimal): -3162920 or 14204111. OLE color: 14204111.
HSL color Cylindrical-coordinate representation of color #CFBCD8: hue angle of 280.71º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFBCD8 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 188 | 216 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.15 |
| HSL | 280.71º | 0.26% | 0.79% | - |
| HSV(B) | 280.71º | 0.13% | 0.85% | - |
| XYZ | 56.11 | 54.19 | 72.47 | - |
| YUV | 196.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 216 | 0.04 | 0.13 | 0 | 0.15 | 280.71 | 0.26 | 0.79 |
| Hex | CF | BC | D8 | 4 | D | 0 | F | 119 | 1A | 4F |
| Octal | 317 | 274 | 330 | 4 | 15 | 0 | 17 | 431 | 32 | 117 |
| Binary | 11001111 | 10111100 | 11011000 | 100 | 1101 | 0 | 1111 | 100011001 | 11010 | 1001111 |
Color Harmonies of #CFBCD8
Complementary color
Monochromatic Colors of #CFBCD8
Black with #CFBCD8
Text Example
Text Example
White with #CFBCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCD8; }
p { color: rgb(207,188,216); }
H1.HeaderClassName
{
color: #CFBCD8;
}
.AnyTagClassName
{
color: #CFBCD8;
}
</style>
background-color css
<style>
a { background-color: #CFBCD8; }
a { background-color: rgb(207,188,216); }
div.DivClassName
{
background-color: #CFBCD8;
}
.BgClassName
{
background-color: #CFBCD8;
}
</style>
border-color css
<style>
span { border-color: #CFBCD8; }
span { border-color: rgb(207,188,216); }
td.TdClassName
{
border-color: #CFBCD8;
}
.TagClassName
{
border-color: #CFBCD8;
}
</style>