Shades of Prelude #CFC0D6
Tints of Prelude #CFC0D6
RGB
CMYK
RGB Variations
Color information
#CFC0D6 (or 0xCFC0D6) is known color: Prelude. HEX triplet: CF, C0 and D6. RGB value is (207,192,214). Sum of RGB (Red+Green+Blue) = 207+192+214=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFC0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC0D6 is #303F29. Grayscale: #C6C6C6. Windows color (decimal): -3161898 or 14074063. OLE color: 14074063.
HSL color Cylindrical-coordinate representation of color #CFC0D6: hue angle of 280.91º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFC0D6 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 192 | 214 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.16 |
| HSL | 280.91º | 0.21% | 0.8% | - |
| HSV(B) | 280.91º | 0.1% | 0.84% | - |
| XYZ | 56.72 | 55.82 | 71.4 | - |
| YUV | 198.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 214 | 0.03 | 0.10 | 0 | 0.16 | 280.91 | 0.21 | 0.8 |
| Hex | CF | C0 | D6 | 3 | A | 0 | 10 | 119 | 15 | 50 |
| Octal | 317 | 300 | 326 | 3 | 12 | 0 | 20 | 431 | 25 | 120 |
| Binary | 11001111 | 11000000 | 11010110 | 11 | 1010 | 0 | 10000 | 100011001 | 10101 | 1010000 |
Color Harmonies of #CFC0D6
Complementary color
Monochromatic Colors of #CFC0D6
Black with #CFC0D6
Text Example
Text Example
White with #CFC0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC0D6; }
p { color: rgb(207,192,214); }
H1.HeaderClassName
{
color: #CFC0D6;
}
.AnyTagClassName
{
color: #CFC0D6;
}
</style>
background-color css
<style>
a { background-color: #CFC0D6; }
a { background-color: rgb(207,192,214); }
div.DivClassName
{
background-color: #CFC0D6;
}
.BgClassName
{
background-color: #CFC0D6;
}
</style>
border-color css
<style>
span { border-color: #CFC0D6; }
span { border-color: rgb(207,192,214); }
td.TdClassName
{
border-color: #CFC0D6;
}
.TagClassName
{
border-color: #CFC0D6;
}
</style>