Shades of Prelude #CFBFDC
Tints of Prelude #CFBFDC
RGB
CMYK
RGB Variations
Color information
#CFBFDC (or 0xCFBFDC) is known color: Prelude. HEX triplet: CF, BF and DC. RGB value is (207,191,220). Sum of RGB (Red+Green+Blue) = 207+191+220=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFBFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFDC is #304023. Grayscale: #C6C6C6. Windows color (decimal): -3162148 or 14467023. OLE color: 14467023.
HSL color Cylindrical-coordinate representation of color #CFBFDC: hue angle of 273.1º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFBFDC is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 191 | 220 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.14 |
| HSL | 273.1º | 0.29% | 0.81% | - |
| HSV(B) | 273.1º | 0.13% | 0.86% | - |
| XYZ | 57.28 | 55.69 | 75.44 | - |
| YUV | 199.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 220 | 0.06 | 0.13 | 0 | 0.14 | 273.1 | 0.29 | 0.81 |
| Hex | CF | BF | DC | 6 | D | 0 | E | 111 | 1D | 51 |
| Octal | 317 | 277 | 334 | 6 | 15 | 0 | 16 | 421 | 35 | 121 |
| Binary | 11001111 | 10111111 | 11011100 | 110 | 1101 | 0 | 1110 | 100010001 | 11101 | 1010001 |
Color Harmonies of #CFBFDC
Complementary color
Monochromatic Colors of #CFBFDC
Black with #CFBFDC
Text Example
Text Example
White with #CFBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBFDC; }
p { color: rgb(207,191,220); }
H1.HeaderClassName
{
color: #CFBFDC;
}
.AnyTagClassName
{
color: #CFBFDC;
}
</style>
background-color css
<style>
a { background-color: #CFBFDC; }
a { background-color: rgb(207,191,220); }
div.DivClassName
{
background-color: #CFBFDC;
}
.BgClassName
{
background-color: #CFBFDC;
}
</style>
border-color css
<style>
span { border-color: #CFBFDC; }
span { border-color: rgb(207,191,220); }
td.TdClassName
{
border-color: #CFBFDC;
}
.TagClassName
{
border-color: #CFBFDC;
}
</style>