Shades of Prelude #CFBFD5
Tints of Prelude #CFBFD5
RGB
CMYK
RGB Variations
Color information
#CFBFD5 (or 0xCFBFD5) is known color: Prelude. HEX triplet: CF, BF and D5. RGB value is (207,191,213). Sum of RGB (Red+Green+Blue) = 207+191+213=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFBFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFD5 is #30402A. Grayscale: #C6C6C6. Windows color (decimal): -3162155 or 14008271. OLE color: 14008271.
HSL color Cylindrical-coordinate representation of color #CFBFD5: hue angle of 283.64º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBFD5 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 191 | 213 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.16 |
| HSL | 283.64º | 0.21% | 0.79% | - |
| HSV(B) | 283.64º | 0.1% | 0.84% | - |
| XYZ | 56.37 | 55.33 | 70.66 | - |
| YUV | 198.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 213 | 0.03 | 0.10 | 0 | 0.16 | 283.64 | 0.21 | 0.79 |
| Hex | CF | BF | D5 | 3 | A | 0 | 10 | 11C | 15 | 4F |
| Octal | 317 | 277 | 325 | 3 | 12 | 0 | 20 | 434 | 25 | 117 |
| Binary | 11001111 | 10111111 | 11010101 | 11 | 1010 | 0 | 10000 | 100011100 | 10101 | 1001111 |
Color Harmonies of #CFBFD5
Complementary color
Monochromatic Colors of #CFBFD5
Black with #CFBFD5
Text Example
Text Example
White with #CFBFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBFD5; }
p { color: rgb(207,191,213); }
H1.HeaderClassName
{
color: #CFBFD5;
}
.AnyTagClassName
{
color: #CFBFD5;
}
</style>
background-color css
<style>
a { background-color: #CFBFD5; }
a { background-color: rgb(207,191,213); }
div.DivClassName
{
background-color: #CFBFD5;
}
.BgClassName
{
background-color: #CFBFD5;
}
</style>
border-color css
<style>
span { border-color: #CFBFD5; }
span { border-color: rgb(207,191,213); }
td.TdClassName
{
border-color: #CFBFD5;
}
.TagClassName
{
border-color: #CFBFD5;
}
</style>