Shades of Prelude #CFBADD
Tints of Prelude #CFBADD
RGB
CMYK
RGB Variations
Color information
#CFBADD (or 0xCFBADD) is known color: Prelude. HEX triplet: CF, BA and DD. RGB value is (207,186,221). Sum of RGB (Red+Green+Blue) = 207+186+221=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFBADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBADD is #304522. Grayscale: #C4C4C4. Windows color (decimal): -3163427 or 14531279. OLE color: 14531279.
HSL color Cylindrical-coordinate representation of color #CFBADD: hue angle of 276º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFBADD is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 186 | 221 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.13 |
| HSL | 276º | 0.34% | 0.8% | - |
| HSV(B) | 276º | 0.16% | 0.87% | - |
| XYZ | 56.34 | 53.6 | 75.78 | - |
| YUV | 196.27 | 141.96 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 221 | 0.06 | 0.16 | 0 | 0.13 | 276 | 0.34 | 0.8 |
| Hex | CF | BA | DD | 6 | 10 | 0 | D | 114 | 22 | 50 |
| Octal | 317 | 272 | 335 | 6 | 20 | 0 | 15 | 424 | 42 | 120 |
| Binary | 11001111 | 10111010 | 11011101 | 110 | 10000 | 0 | 1101 | 100010100 | 100010 | 1010000 |
Color Harmonies of #CFBADD
Complementary color
Monochromatic Colors of #CFBADD
Black with #CFBADD
Text Example
Text Example
White with #CFBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBADD; }
p { color: rgb(207,186,221); }
H1.HeaderClassName
{
color: #CFBADD;
}
.AnyTagClassName
{
color: #CFBADD;
}
</style>
background-color css
<style>
a { background-color: #CFBADD; }
a { background-color: rgb(207,186,221); }
div.DivClassName
{
background-color: #CFBADD;
}
.BgClassName
{
background-color: #CFBADD;
}
</style>
border-color css
<style>
span { border-color: #CFBADD; }
span { border-color: rgb(207,186,221); }
td.TdClassName
{
border-color: #CFBADD;
}
.TagClassName
{
border-color: #CFBADD;
}
</style>