Shades of Prelude #CFBADE
Tints of Prelude #CFBADE
RGB
CMYK
RGB Variations
Color information
#CFBADE (or 0xCFBADE) is known color: Prelude. HEX triplet: CF, BA and DE. RGB value is (207,186,222). Sum of RGB (Red+Green+Blue) = 207+186+222=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFBADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBADE is #304521. Grayscale: #C4C4C4. Windows color (decimal): -3163426 or 14596815. OLE color: 14596815.
HSL color Cylindrical-coordinate representation of color #CFBADE: hue angle of 275º degrees, saturation: 0.35, 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 #CFBADE is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 186 | 222 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.13 |
| HSL | 275º | 0.35% | 0.8% | - |
| HSV(B) | 275º | 0.16% | 0.87% | - |
| XYZ | 56.48 | 53.66 | 76.49 | - |
| YUV | 196.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 222 | 0.07 | 0.16 | 0 | 0.13 | 275 | 0.35 | 0.8 |
| Hex | CF | BA | DE | 7 | 10 | 0 | D | 113 | 23 | 50 |
| Octal | 317 | 272 | 336 | 7 | 20 | 0 | 15 | 423 | 43 | 120 |
| Binary | 11001111 | 10111010 | 11011110 | 111 | 10000 | 0 | 1101 | 100010011 | 100011 | 1010000 |
Color Harmonies of #CFBADE
Complementary color
Monochromatic Colors of #CFBADE
Black with #CFBADE
Text Example
Text Example
White with #CFBADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBADE; }
p { color: rgb(207,186,222); }
H1.HeaderClassName
{
color: #CFBADE;
}
.AnyTagClassName
{
color: #CFBADE;
}
</style>
background-color css
<style>
a { background-color: #CFBADE; }
a { background-color: rgb(207,186,222); }
div.DivClassName
{
background-color: #CFBADE;
}
.BgClassName
{
background-color: #CFBADE;
}
</style>
border-color css
<style>
span { border-color: #CFBADE; }
span { border-color: rgb(207,186,222); }
td.TdClassName
{
border-color: #CFBADE;
}
.TagClassName
{
border-color: #CFBADE;
}
</style>