Shades of Prelude #CFBCDA
Tints of Prelude #CFBCDA
RGB
CMYK
RGB Variations
Color information
#CFBCDA (or 0xCFBCDA) is known color: Prelude. HEX triplet: CF, BC and DA. RGB value is (207,188,218). Sum of RGB (Red+Green+Blue) = 207+188+218=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFBCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCDA is #304325. Grayscale: #C4C4C4. Windows color (decimal): -3162918 or 14335183. OLE color: 14335183.
HSL color Cylindrical-coordinate representation of color #CFBCDA: hue angle of 278º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFBCDA is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 188 | 218 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.15 |
| HSL | 278º | 0.29% | 0.8% | - |
| HSV(B) | 278º | 0.14% | 0.85% | - |
| XYZ | 56.37 | 54.29 | 73.84 | - |
| YUV | 197.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 218 | 0.05 | 0.14 | 0 | 0.15 | 278 | 0.29 | 0.8 |
| Hex | CF | BC | DA | 5 | E | 0 | F | 116 | 1D | 50 |
| Octal | 317 | 274 | 332 | 5 | 16 | 0 | 17 | 426 | 35 | 120 |
| Binary | 11001111 | 10111100 | 11011010 | 101 | 1110 | 0 | 1111 | 100010110 | 11101 | 1010000 |
Color Harmonies of #CFBCDA
Complementary color
Monochromatic Colors of #CFBCDA
Black with #CFBCDA
Text Example
Text Example
White with #CFBCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBCDA; }
p { color: rgb(207,188,218); }
H1.HeaderClassName
{
color: #CFBCDA;
}
.AnyTagClassName
{
color: #CFBCDA;
}
</style>
background-color css
<style>
a { background-color: #CFBCDA; }
a { background-color: rgb(207,188,218); }
div.DivClassName
{
background-color: #CFBCDA;
}
.BgClassName
{
background-color: #CFBCDA;
}
</style>
border-color css
<style>
span { border-color: #CFBCDA; }
span { border-color: rgb(207,188,218); }
td.TdClassName
{
border-color: #CFBCDA;
}
.TagClassName
{
border-color: #CFBCDA;
}
</style>