Shades of Prelude #CFBADA
Tints of Prelude #CFBADA
RGB
CMYK
RGB Variations
Color information
#CFBADA (or 0xCFBADA) is known color: Prelude. HEX triplet: CF, BA and DA. RGB value is (207,186,218). Sum of RGB (Red+Green+Blue) = 207+186+218=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFBADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBADA is #304525. Grayscale: #C3C3C3. Windows color (decimal): -3163430 or 14334671. OLE color: 14334671.
HSL color Cylindrical-coordinate representation of color #CFBADA: hue angle of 279.38º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFBADA is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 186 | 218 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.15 |
| HSL | 279.38º | 0.3% | 0.79% | - |
| HSV(B) | 279.38º | 0.15% | 0.85% | - |
| XYZ | 55.95 | 53.45 | 73.7 | - |
| YUV | 195.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 218 | 0.05 | 0.15 | 0 | 0.15 | 279.38 | 0.3 | 0.79 |
| Hex | CF | BA | DA | 5 | F | 0 | F | 117 | 1E | 4F |
| Octal | 317 | 272 | 332 | 5 | 17 | 0 | 17 | 427 | 36 | 117 |
| Binary | 11001111 | 10111010 | 11011010 | 101 | 1111 | 0 | 1111 | 100010111 | 11110 | 1001111 |
Color Harmonies of #CFBADA
Complementary color
Monochromatic Colors of #CFBADA
Black with #CFBADA
Text Example
Text Example
White with #CFBADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBADA; }
p { color: rgb(207,186,218); }
H1.HeaderClassName
{
color: #CFBADA;
}
.AnyTagClassName
{
color: #CFBADA;
}
</style>
background-color css
<style>
a { background-color: #CFBADA; }
a { background-color: rgb(207,186,218); }
div.DivClassName
{
background-color: #CFBADA;
}
.BgClassName
{
background-color: #CFBADA;
}
</style>
border-color css
<style>
span { border-color: #CFBADA; }
span { border-color: rgb(207,186,218); }
td.TdClassName
{
border-color: #CFBADA;
}
.TagClassName
{
border-color: #CFBADA;
}
</style>