Shades of Prelude #CFBADF
Tints of Prelude #CFBADF
RGB
CMYK
RGB Variations
Color information
#CFBADF (or 0xCFBADF) is known color: Prelude. HEX triplet: CF, BA and DF. RGB value is (207,186,223). Sum of RGB (Red+Green+Blue) = 207+186+223=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFBADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBADF is #304520. Grayscale: #C4C4C4. Windows color (decimal): -3163425 or 14662351. OLE color: 14662351.
HSL color Cylindrical-coordinate representation of color #CFBADF: hue angle of 274.05º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFBADF is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 186 | 223 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.13 |
| HSL | 274.05º | 0.37% | 0.8% | - |
| HSV(B) | 274.05º | 0.17% | 0.87% | - |
| XYZ | 56.61 | 53.71 | 77.2 | - |
| YUV | 196.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 223 | 0.07 | 0.17 | 0 | 0.13 | 274.05 | 0.37 | 0.8 |
| Hex | CF | BA | DF | 7 | 11 | 0 | D | 112 | 25 | 50 |
| Octal | 317 | 272 | 337 | 7 | 21 | 0 | 15 | 422 | 45 | 120 |
| Binary | 11001111 | 10111010 | 11011111 | 111 | 10001 | 0 | 1101 | 100010010 | 100101 | 1010000 |
Color Harmonies of #CFBADF
Complementary color
Monochromatic Colors of #CFBADF
Black with #CFBADF
Text Example
Text Example
White with #CFBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBADF; }
p { color: rgb(207,186,223); }
H1.HeaderClassName
{
color: #CFBADF;
}
.AnyTagClassName
{
color: #CFBADF;
}
</style>
background-color css
<style>
a { background-color: #CFBADF; }
a { background-color: rgb(207,186,223); }
div.DivClassName
{
background-color: #CFBADF;
}
.BgClassName
{
background-color: #CFBADF;
}
</style>
border-color css
<style>
span { border-color: #CFBADF; }
span { border-color: rgb(207,186,223); }
td.TdClassName
{
border-color: #CFBADF;
}
.TagClassName
{
border-color: #CFBADF;
}
</style>