Shades of Prelude #CFBAD8
Tints of Prelude #CFBAD8
RGB
CMYK
RGB Variations
Color information
#CFBAD8 (or 0xCFBAD8) is known color: Prelude. HEX triplet: CF, BA and D8. RGB value is (207,186,216). Sum of RGB (Red+Green+Blue) = 207+186+216=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFBAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBAD8 is #304527. Grayscale: #C3C3C3. Windows color (decimal): -3163432 or 14203599. OLE color: 14203599.
HSL color Cylindrical-coordinate representation of color #CFBAD8: hue angle of 282º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFBAD8 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 186 | 216 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.15 |
| HSL | 282º | 0.28% | 0.79% | - |
| HSV(B) | 282º | 0.14% | 0.85% | - |
| XYZ | 55.69 | 53.34 | 72.33 | - |
| YUV | 195.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 216 | 0.04 | 0.14 | 0 | 0.15 | 282 | 0.28 | 0.79 |
| Hex | CF | BA | D8 | 4 | E | 0 | F | 11A | 1C | 4F |
| Octal | 317 | 272 | 330 | 4 | 16 | 0 | 17 | 432 | 34 | 117 |
| Binary | 11001111 | 10111010 | 11011000 | 100 | 1110 | 0 | 1111 | 100011010 | 11100 | 1001111 |
Color Harmonies of #CFBAD8
Complementary color
Monochromatic Colors of #CFBAD8
Black with #CFBAD8
Text Example
Text Example
White with #CFBAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBAD8; }
p { color: rgb(207,186,216); }
H1.HeaderClassName
{
color: #CFBAD8;
}
.AnyTagClassName
{
color: #CFBAD8;
}
</style>
background-color css
<style>
a { background-color: #CFBAD8; }
a { background-color: rgb(207,186,216); }
div.DivClassName
{
background-color: #CFBAD8;
}
.BgClassName
{
background-color: #CFBAD8;
}
</style>
border-color css
<style>
span { border-color: #CFBAD8; }
span { border-color: rgb(207,186,216); }
td.TdClassName
{
border-color: #CFBAD8;
}
.TagClassName
{
border-color: #CFBAD8;
}
</style>