Shades of Prelude #CFBCD6
Tints of Prelude #CFBCD6
RGB
CMYK
RGB Variations
Color information
#CFBCD6 (or 0xCFBCD6) is known color: Prelude. HEX triplet: CF, BC and D6. RGB value is (207,188,214). Sum of RGB (Red+Green+Blue) = 207+188+214=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFBCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCD6 is #304329. Grayscale: #C4C4C4. Windows color (decimal): -3162922 or 14073039. OLE color: 14073039.
HSL color Cylindrical-coordinate representation of color #CFBCD6: hue angle of 283.85º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFBCD6 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 188 | 214 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.16 |
| HSL | 283.85º | 0.24% | 0.79% | - |
| HSV(B) | 283.85º | 0.12% | 0.84% | - |
| XYZ | 55.85 | 54.09 | 71.11 | - |
| YUV | 196.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 214 | 0.03 | 0.12 | 0 | 0.16 | 283.85 | 0.24 | 0.79 |
| Hex | CF | BC | D6 | 3 | C | 0 | 10 | 11C | 18 | 4F |
| Octal | 317 | 274 | 326 | 3 | 14 | 0 | 20 | 434 | 30 | 117 |
| Binary | 11001111 | 10111100 | 11010110 | 11 | 1100 | 0 | 10000 | 100011100 | 11000 | 1001111 |
Color Harmonies of #CFBCD6
Complementary color
Monochromatic Colors of #CFBCD6
Black with #CFBCD6
Text Example
Text Example
White with #CFBCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCD6; }
p { color: rgb(207,188,214); }
H1.HeaderClassName
{
color: #CFBCD6;
}
.AnyTagClassName
{
color: #CFBCD6;
}
</style>
background-color css
<style>
a { background-color: #CFBCD6; }
a { background-color: rgb(207,188,214); }
div.DivClassName
{
background-color: #CFBCD6;
}
.BgClassName
{
background-color: #CFBCD6;
}
</style>
border-color css
<style>
span { border-color: #CFBCD6; }
span { border-color: rgb(207,188,214); }
td.TdClassName
{
border-color: #CFBCD6;
}
.TagClassName
{
border-color: #CFBCD6;
}
</style>