Shades of Prelude #CFBFD4
Tints of Prelude #CFBFD4
RGB
CMYK
RGB Variations
Color information
#CFBFD4 (or 0xCFBFD4) is known color: Prelude. HEX triplet: CF, BF and D4. RGB value is (207,191,212). Sum of RGB (Red+Green+Blue) = 207+191+212=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFBFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFD4 is #30402B. Grayscale: #C6C6C6. Windows color (decimal): -3162156 or 13942735. OLE color: 13942735.
HSL color Cylindrical-coordinate representation of color #CFBFD4: hue angle of 285.71º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBFD4 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 191 | 212 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.17 |
| HSL | 285.71º | 0.2% | 0.79% | - |
| HSV(B) | 285.71º | 0.1% | 0.83% | - |
| XYZ | 56.25 | 55.28 | 69.99 | - |
| YUV | 198.18 | 135.8 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 212 | 0.02 | 0.10 | 0 | 0.17 | 285.71 | 0.2 | 0.79 |
| Hex | CF | BF | D4 | 2 | A | 0 | 11 | 11E | 14 | 4F |
| Octal | 317 | 277 | 324 | 2 | 12 | 0 | 21 | 436 | 24 | 117 |
| Binary | 11001111 | 10111111 | 11010100 | 10 | 1010 | 0 | 10001 | 100011110 | 10100 | 1001111 |
Color Harmonies of #CFBFD4
Complementary color
Monochromatic Colors of #CFBFD4
Black with #CFBFD4
Text Example
Text Example
White with #CFBFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBFD4; }
p { color: rgb(207,191,212); }
H1.HeaderClassName
{
color: #CFBFD4;
}
.AnyTagClassName
{
color: #CFBFD4;
}
</style>
background-color css
<style>
a { background-color: #CFBFD4; }
a { background-color: rgb(207,191,212); }
div.DivClassName
{
background-color: #CFBFD4;
}
.BgClassName
{
background-color: #CFBFD4;
}
</style>
border-color css
<style>
span { border-color: #CFBFD4; }
span { border-color: rgb(207,191,212); }
td.TdClassName
{
border-color: #CFBFD4;
}
.TagClassName
{
border-color: #CFBFD4;
}
</style>