Shades of Prelude #CFBCDB
Tints of Prelude #CFBCDB
RGB
CMYK
RGB Variations
Color information
#CFBCDB (or 0xCFBCDB) is known color: Prelude. HEX triplet: CF, BC and DB. RGB value is (207,188,219). Sum of RGB (Red+Green+Blue) = 207+188+219=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFBCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCDB is #304324. Grayscale: #C5C5C5. Windows color (decimal): -3162917 or 14400719. OLE color: 14400719.
HSL color Cylindrical-coordinate representation of color #CFBCDB: hue angle of 276.77º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFBCDB is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 188 | 219 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.14 |
| HSL | 276.77º | 0.3% | 0.8% | - |
| HSV(B) | 276.77º | 0.14% | 0.86% | - |
| XYZ | 56.5 | 54.35 | 74.53 | - |
| YUV | 197.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 219 | 0.05 | 0.14 | 0 | 0.14 | 276.77 | 0.3 | 0.8 |
| Hex | CF | BC | DB | 5 | E | 0 | E | 115 | 1E | 50 |
| Octal | 317 | 274 | 333 | 5 | 16 | 0 | 16 | 425 | 36 | 120 |
| Binary | 11001111 | 10111100 | 11011011 | 101 | 1110 | 0 | 1110 | 100010101 | 11110 | 1010000 |
Color Harmonies of #CFBCDB
Complementary color
Monochromatic Colors of #CFBCDB
Black with #CFBCDB
Text Example
Text Example
White with #CFBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCDB; }
p { color: rgb(207,188,219); }
H1.HeaderClassName
{
color: #CFBCDB;
}
.AnyTagClassName
{
color: #CFBCDB;
}
</style>
background-color css
<style>
a { background-color: #CFBCDB; }
a { background-color: rgb(207,188,219); }
div.DivClassName
{
background-color: #CFBCDB;
}
.BgClassName
{
background-color: #CFBCDB;
}
</style>
border-color css
<style>
span { border-color: #CFBCDB; }
span { border-color: rgb(207,188,219); }
td.TdClassName
{
border-color: #CFBCDB;
}
.TagClassName
{
border-color: #CFBCDB;
}
</style>