Shades of Prelude #CFBADB
Tints of Prelude #CFBADB
RGB
CMYK
RGB Variations
Color information
#CFBADB (or 0xCFBADB) is known color: Prelude. HEX triplet: CF, BA and DB. RGB value is (207,186,219). Sum of RGB (Red+Green+Blue) = 207+186+219=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFBADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBADB is #304524. Grayscale: #C3C3C3. Windows color (decimal): -3163429 or 14400207. OLE color: 14400207.
HSL color Cylindrical-coordinate representation of color #CFBADB: hue angle of 278.18º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFBADB is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 186 | 219 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.14 |
| HSL | 278.18º | 0.31% | 0.79% | - |
| HSV(B) | 278.18º | 0.15% | 0.86% | - |
| XYZ | 56.08 | 53.5 | 74.39 | - |
| YUV | 196.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 219 | 0.05 | 0.15 | 0 | 0.14 | 278.18 | 0.31 | 0.79 |
| Hex | CF | BA | DB | 5 | F | 0 | E | 116 | 1F | 4F |
| Octal | 317 | 272 | 333 | 5 | 17 | 0 | 16 | 426 | 37 | 117 |
| Binary | 11001111 | 10111010 | 11011011 | 101 | 1111 | 0 | 1110 | 100010110 | 11111 | 1001111 |
Color Harmonies of #CFBADB
Complementary color
Monochromatic Colors of #CFBADB
Black with #CFBADB
Text Example
Text Example
White with #CFBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBADB; }
p { color: rgb(207,186,219); }
H1.HeaderClassName
{
color: #CFBADB;
}
.AnyTagClassName
{
color: #CFBADB;
}
</style>
background-color css
<style>
a { background-color: #CFBADB; }
a { background-color: rgb(207,186,219); }
div.DivClassName
{
background-color: #CFBADB;
}
.BgClassName
{
background-color: #CFBADB;
}
</style>
border-color css
<style>
span { border-color: #CFBADB; }
span { border-color: rgb(207,186,219); }
td.TdClassName
{
border-color: #CFBADB;
}
.TagClassName
{
border-color: #CFBADB;
}
</style>